/external/pciutils/lib/ |
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()
|
/external/cronet/tot/base/ |
D | base_paths_win.cc | 38 if (GetModuleFileName(NULL, system_buffer, MAX_PATH) == 0) in PathProviderWin() 45 if (GetModuleFileName(CURRENT_MODULE(), system_buffer, MAX_PATH) == 0) in PathProviderWin()
|
/external/cronet/stable/base/ |
D | base_paths_win.cc | 38 if (GetModuleFileName(NULL, system_buffer, MAX_PATH) == 0) in PathProviderWin() 45 if (GetModuleFileName(CURRENT_MODULE(), system_buffer, MAX_PATH) == 0) in PathProviderWin()
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_loader.c | 37 GetModuleFileName(module, path, 2048); in grpc_rb_load_core()
|
/external/skia/tools/sk_app/win/ |
D | main_win.cpp | 42 int exenameLen = GetModuleFileName(nullptr, exename, std::size(exename)); in _tWinMain()
|
/external/lzma/CPP/Windows/ |
D | DLL.cpp | 71 const DWORD size = ::GetModuleFileName(hModule, s, MAX_PATH + 1); in MyGetModuleFileName()
|
/external/gmmlib/Source/GmmLib/Utility/GmmLog/ |
D | GmmLog.cpp | 125 GetModuleFileName(NULL, ProcPathTChar, MAX_PATH); in GmmLogInit()
|
/external/mdnsresponder/mDNSWindows/ControlPanel/ |
D | ControlPanelExe.cpp | 310 nChars = GetModuleFileName( NULL, exePath, sizeof_array( exePath ) ); in InitInstance()
|
/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()
|
/external/cronet/stable/base/debug/ |
D | stack_trace_win.cc | 122 GetModuleFileName(NULL, system_buffer.data(), system_buffer.size()); in GetExePath()
|
/external/cronet/tot/base/debug/ |
D | stack_trace_win.cc | 122 GetModuleFileName(NULL, system_buffer.data(), system_buffer.size()); in GetExePath()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | main_winsvc.c | 431 if (!GetModuleFileName(NULL, path, MAX_PATH)) { in main()
|
/external/google-breakpad/src/client/windows/unittests/ |
D | minidump_test.cc | 173 ASSERT_TRUE(::GetModuleFileName(dbg_help, in TEST_F()
|
/external/python/cpython3/Lib/sysconfig/ |
D | __init__.py | 372 dllhandle = _winapi.GetModuleFileName(sys.dllhandle)
|
/external/cronet/stable/third_party/abseil-cpp/absl/log/ |
D | stripping_test.cc | 224 const uint32_t ret = ::GetModuleFileName(nullptr, &path[0], in OpenTestExecutable()
|
/external/cronet/tot/third_party/abseil-cpp/absl/log/ |
D | stripping_test.cc | 224 const uint32_t ret = ::GetModuleFileName(nullptr, &path[0], in OpenTestExecutable()
|
/external/angle/third_party/abseil-cpp/absl/log/ |
D | stripping_test.cc | 224 const uint32_t ret = ::GetModuleFileName(nullptr, &path[0], in OpenTestExecutable()
|
/external/abseil-cpp/absl/log/ |
D | stripping_test.cc | 224 const uint32_t ret = ::GetModuleFileName(nullptr, &path[0], in OpenTestExecutable()
|
/external/google-breakpad/src/tools/windows/converter/ |
D | ms_symbol_server_converter.cc | 66 DWORD result = GetModuleFileName(/*hModule=*/nullptr, directory, MAX_PATH); in GetExeDirectory()
|
/external/python/cpython3/PC/ |
D | pyshellext.cpp | 512 modname_len = GetModuleFileName(hModule, modname, MAX_PATH);
|
/external/python/cpython3/Lib/test/ |
D | pythoninfo.py | 912 dll_path = _winapi.GetModuleFileName(sys.dllhandle)
|
D | test_platform.py | 505 executable = _winapi.GetModuleFileName(0)
|
/external/libchrome/base/ |
D | logging.cc | 219 GetModuleFileName(nullptr, module_name, MAX_PATH); in GetDefaultLogFile()
|
/external/libchrome/base/memory/ |
D | shared_memory_unittest.cc | 733 EXPECT_GT(::GetModuleFileName(nullptr, path, arraysize(path)), 0U); in TEST_P()
|
/external/python/cpython3/Lib/test/support/ |
D | __init__.py | 1504 self.real = _winapi.GetModuleFileName(0) 1506 dll = _winapi.GetModuleFileName(sys.dllhandle)
|