Home
last modified time | relevance | path

Searched refs:GetModuleFileName (Results 1 – 25 of 46) sorted by relevance

12

/aosp_15_r20/external/pciutils/lib/
H A Dinit.c28 #ifdef GetModuleFileName
29 #undef GetModuleFileName
31 #define GetModuleFileName GetModuleFileNameA macro
320 len = GetModuleFileName(module, path, size-sizeof(PCI_IDS)-4); /* 4 for "\\\\?\\" */ in pci_init_name_list_path()
/aosp_15_r20/external/python/cpython2/PC/
Dgetpathp.c388 GetModuleFileName(PyWin_DLLhModule, wprogpath, MAXPATHLEN)) { in get_progpath()
398 if (GetModuleFileName(NULL, wprogpath, MAXPATHLEN)) { in get_progpath()
409 if (!GetModuleFileName(PyWin_DLLhModule, dllpath, MAXPATHLEN)) in get_progpath()
414 if (GetModuleFileName(NULL, progpath, MAXPATHLEN)) in get_progpath()
/aosp_15_r20/external/cronet/base/
H A Dbase_paths_win.cc37 if (GetModuleFileName(NULL, system_buffer, MAX_PATH) == 0) in PathProviderWin()
44 if (GetModuleFileName(CURRENT_MODULE(), system_buffer, MAX_PATH) == 0) in PathProviderWin()
/aosp_15_r20/sdk/find_java2/src/
H A Dutils.cpp41 DWORD sz = ::GetModuleFileName(NULL /*AfxGetInstanceHandle()*/, moduleName, MAX_PATH); in initUtils()
222 int ret = GetModuleFileName(NULL, programDir, sizeof(programDir) / sizeof(programDir[0])); in getModuleDir()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dlibloaderapi.h139 #define GetModuleFileName __MINGW_NAME_AW(GetModuleFileName) macro
/aosp_15_r20/prebuilts/go/linux-x86/src/os/
Dexecutable_windows.go17 r, err := windows.GetModuleFileName(handle, &buf[0], n)
/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/
H A Drb_loader.c37 GetModuleFileName(module, path, 2048); in grpc_rb_load_core()
/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DFileUtils.cpp82 DWORD result = GetModuleFileName(NULL, path, sizeof(path) - 1); in GetExecutablePath2()
/aosp_15_r20/sdk/avdlauncher/src/source/
H A Davdlauncher.c86 ret = GetModuleFileName(NULL, program_dir, sizeof(program_dir)); in avd_launcher()
/aosp_15_r20/sdk/sdklauncher/src/source/
H A Dsdklauncher.c86 ret = GetModuleFileName(NULL, program_dir, sizeof(program_dir)); in sdk_launcher()
/aosp_15_r20/external/skia/tools/sk_app/win/
H A Dmain_win.cpp42 int exenameLen = GetModuleFileName(nullptr, exename, std::size(exename)); in _tWinMain()
/aosp_15_r20/external/lzma/CPP/Windows/
H A DDLL.cpp71 const DWORD size = ::GetModuleFileName(hModule, s, MAX_PATH + 1); in MyGetModuleFileName()
/aosp_15_r20/sdk/find_java/src/source/
H A Dutils.cpp137 int ret = GetModuleFileName(NULL, programDir, sizeof(programDir)); in getModuleDir()
/aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/
H A DGmmLog.cpp125 GetModuleFileName(NULL, ProcPathTChar, MAX_PATH); in GmmLogInit()
/aosp_15_r20/external/cronet/base/debug/
H A Dstack_trace_win.cc122 GetModuleFileName(NULL, system_buffer, MAX_PATH); in GetExePath()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/log/
Dstripping_test.cc218 const uint32_t ret = ::GetModuleFileName(nullptr, &path[0], in OpenTestExecutable()
/aosp_15_r20/external/mdnsresponder/mDNSWindows/ControlPanel/
H A DControlPanelExe.cpp310 nChars = GetModuleFileName( NULL, exePath, sizeof_array( exePath ) ); in InitInstance()
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/log/
H A Dstripping_test.cc218 const uint32_t ret = ::GetModuleFileName(nullptr, &path[0], in OpenTestExecutable()
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/log/
H A Dstripping_test.cc218 const uint32_t ret = ::GetModuleFileName(nullptr, &path[0], in OpenTestExecutable()
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dgetpathp.c252 if (GetModuleFileName(NULL, progpath, MAXPATHLEN)) in get_progpath()
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A Dmain_winsvc.c431 if (!GetModuleFileName(NULL, path, MAX_PATH)) { in main()
/aosp_15_r20/external/google-breakpad/src/client/windows/unittests/
H A Dminidump_test.cc173 ASSERT_TRUE(::GetModuleFileName(dbg_help, in TEST_F()
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/log/
H A Dstripping_test.cc224 const uint32_t ret = ::GetModuleFileName(nullptr, &path[0], in OpenTestExecutable()
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/log/
H A Dstripping_test.cc224 const uint32_t ret = ::GetModuleFileName(nullptr, &path[0], in OpenTestExecutable()
/aosp_15_r20/system/logging/liblog/
H A Dlogger_write.cpp131 DWORD result = GetModuleFileName(nullptr, path, sizeof(path) - 1); in getprogname()

12