Home
last modified time | relevance | path

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

12

/external/pciutils/lib/
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()
/external/cronet/tot/base/
Dbase_paths_win.cc38 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/
Dbase_paths_win.cc38 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/
Drb_loader.c37 GetModuleFileName(module, path, 2048); in grpc_rb_load_core()
/external/skia/tools/sk_app/win/
Dmain_win.cpp42 int exenameLen = GetModuleFileName(nullptr, exename, std::size(exename)); in _tWinMain()
/external/lzma/CPP/Windows/
DDLL.cpp71 const DWORD size = ::GetModuleFileName(hModule, s, MAX_PATH + 1); in MyGetModuleFileName()
/external/gmmlib/Source/GmmLib/Utility/GmmLog/
DGmmLog.cpp125 GetModuleFileName(NULL, ProcPathTChar, MAX_PATH); in GmmLogInit()
/external/mdnsresponder/mDNSWindows/ControlPanel/
DControlPanelExe.cpp310 nChars = GetModuleFileName( NULL, exePath, sizeof_array( exePath ) ); in InitInstance()
/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()
/external/cronet/stable/base/debug/
Dstack_trace_win.cc122 GetModuleFileName(NULL, system_buffer.data(), system_buffer.size()); in GetExePath()
/external/cronet/tot/base/debug/
Dstack_trace_win.cc122 GetModuleFileName(NULL, system_buffer.data(), system_buffer.size()); in GetExePath()
/external/wpa_supplicant_8/wpa_supplicant/
Dmain_winsvc.c431 if (!GetModuleFileName(NULL, path, MAX_PATH)) { in main()
/external/google-breakpad/src/client/windows/unittests/
Dminidump_test.cc173 ASSERT_TRUE(::GetModuleFileName(dbg_help, in TEST_F()
/external/python/cpython3/Lib/sysconfig/
D__init__.py372 dllhandle = _winapi.GetModuleFileName(sys.dllhandle)
/external/cronet/stable/third_party/abseil-cpp/absl/log/
Dstripping_test.cc224 const uint32_t ret = ::GetModuleFileName(nullptr, &path[0], in OpenTestExecutable()
/external/cronet/tot/third_party/abseil-cpp/absl/log/
Dstripping_test.cc224 const uint32_t ret = ::GetModuleFileName(nullptr, &path[0], in OpenTestExecutable()
/external/angle/third_party/abseil-cpp/absl/log/
Dstripping_test.cc224 const uint32_t ret = ::GetModuleFileName(nullptr, &path[0], in OpenTestExecutable()
/external/abseil-cpp/absl/log/
Dstripping_test.cc224 const uint32_t ret = ::GetModuleFileName(nullptr, &path[0], in OpenTestExecutable()
/external/google-breakpad/src/tools/windows/converter/
Dms_symbol_server_converter.cc66 DWORD result = GetModuleFileName(/*hModule=*/nullptr, directory, MAX_PATH); in GetExeDirectory()
/external/python/cpython3/PC/
Dpyshellext.cpp512 modname_len = GetModuleFileName(hModule, modname, MAX_PATH);
/external/python/cpython3/Lib/test/
Dpythoninfo.py912 dll_path = _winapi.GetModuleFileName(sys.dllhandle)
Dtest_platform.py505 executable = _winapi.GetModuleFileName(0)
/external/libchrome/base/
Dlogging.cc219 GetModuleFileName(nullptr, module_name, MAX_PATH); in GetDefaultLogFile()
/external/libchrome/base/memory/
Dshared_memory_unittest.cc733 EXPECT_GT(::GetModuleFileName(nullptr, path, arraysize(path)), 0U); in TEST_P()
/external/python/cpython3/Lib/test/support/
D__init__.py1504 self.real = _winapi.GetModuleFileName(0)
1506 dll = _winapi.GetModuleFileName(sys.dllhandle)

12