/aosp_15_r20/external/pciutils/lib/ |
H A D | init.c | 28 #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/ |
D | getpathp.c | 388 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 D | base_paths_win.cc | 37 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 D | utils.cpp | 41 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/ |
D | libloaderapi.h | 139 #define GetModuleFileName __MINGW_NAME_AW(GetModuleFileName) macro
|
/aosp_15_r20/prebuilts/go/linux-x86/src/os/ |
D | executable_windows.go | 17 r, err := windows.GetModuleFileName(handle, &buf[0], n)
|
/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/ |
H A D | rb_loader.c | 37 GetModuleFileName(module, path, 2048); in grpc_rb_load_core()
|
/aosp_15_r20/frameworks/native/libs/binder/tests/ |
H A D | FileUtils.cpp | 82 DWORD result = GetModuleFileName(NULL, path, sizeof(path) - 1); in GetExecutablePath2()
|
/aosp_15_r20/sdk/avdlauncher/src/source/ |
H A D | avdlauncher.c | 86 ret = GetModuleFileName(NULL, program_dir, sizeof(program_dir)); in avd_launcher()
|
/aosp_15_r20/sdk/sdklauncher/src/source/ |
H A D | sdklauncher.c | 86 ret = GetModuleFileName(NULL, program_dir, sizeof(program_dir)); in sdk_launcher()
|
/aosp_15_r20/external/skia/tools/sk_app/win/ |
H A D | main_win.cpp | 42 int exenameLen = GetModuleFileName(nullptr, exename, std::size(exename)); in _tWinMain()
|
/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | DLL.cpp | 71 const DWORD size = ::GetModuleFileName(hModule, s, MAX_PATH + 1); in MyGetModuleFileName()
|
/aosp_15_r20/sdk/find_java/src/source/ |
H A D | utils.cpp | 137 int ret = GetModuleFileName(NULL, programDir, sizeof(programDir)); in getModuleDir()
|
/aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/ |
H A D | GmmLog.cpp | 125 GetModuleFileName(NULL, ProcPathTChar, MAX_PATH); in GmmLogInit()
|
/aosp_15_r20/external/cronet/base/debug/ |
H A D | stack_trace_win.cc | 122 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/ |
D | stripping_test.cc | 218 const uint32_t ret = ::GetModuleFileName(nullptr, &path[0], in OpenTestExecutable()
|
/aosp_15_r20/external/mdnsresponder/mDNSWindows/ControlPanel/ |
H A D | ControlPanelExe.cpp | 310 nChars = GetModuleFileName( NULL, exePath, sizeof_array( exePath ) ); in InitInstance()
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/log/ |
H A D | stripping_test.cc | 218 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 D | stripping_test.cc | 218 const uint32_t ret = ::GetModuleFileName(nullptr, &path[0], in OpenTestExecutable()
|
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/ |
D | getpathp.c | 252 if (GetModuleFileName(NULL, progpath, MAXPATHLEN)) in get_progpath()
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | main_winsvc.c | 431 if (!GetModuleFileName(NULL, path, MAX_PATH)) { in main()
|
/aosp_15_r20/external/google-breakpad/src/client/windows/unittests/ |
H A D | minidump_test.cc | 173 ASSERT_TRUE(::GetModuleFileName(dbg_help, in TEST_F()
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/log/ |
H A D | stripping_test.cc | 224 const uint32_t ret = ::GetModuleFileName(nullptr, &path[0], in OpenTestExecutable()
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/log/ |
H A D | stripping_test.cc | 224 const uint32_t ret = ::GetModuleFileName(nullptr, &path[0], in OpenTestExecutable()
|
/aosp_15_r20/system/logging/liblog/ |
H A D | logger_write.cpp | 131 DWORD result = GetModuleFileName(nullptr, path, sizeof(path) - 1); in getprogname()
|