Searched refs:GetModuleFileName (Results 1 – 25 of 27) sorted by relevance
12
/third_party/gettext/gettext-runtime/intl/ |
D | relocatable.c | 70 # undef GetModuleFileName 71 # define GetModuleFileName GetModuleFileNameA macro 338 if (!GetModuleFileName (module_handle, location, sizeof (location))) in DllMain()
|
/third_party/grpc/src/ruby/ext/grpc/ |
D | rb_loader.c | 33 GetModuleFileName(module, path, 2048); in grpc_rb_load_core()
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | SharedLibrary.cpp | 26 if(module && (GetModuleFileName(module, filename, sizeof(filename)) != 0)) in getModuleDirectory()
|
/third_party/skia/tools/sk_app/win/ |
D | main_win.cpp | 41 int exenameLen = GetModuleFileName(NULL, exename, SK_ARRAY_COUNT(exename)); in _tWinMain()
|
/third_party/flutter/skia/tools/sk_app/win/ |
D | main_win.cpp | 41 int exenameLen = GetModuleFileName(NULL, exename, SK_ARRAY_COUNT(exename)); in _tWinMain()
|
/third_party/gn/src/util/ |
D | exe_path.cc | 54 if (GetModuleFileName(NULL, base::ToWCharT(system_buffer), MAX_PATH) == 0) { in GetExePath()
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
D | gen_ar_eventhandlerfile.hpp | 56 GetModuleFileName(NULL, procname, MAX_PATH); in EventHandlerFile()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | main_winsvc.c | 431 if (!GetModuleFileName(NULL, path, MAX_PATH)) { in main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | main_winsvc.c | 431 if (!GetModuleFileName(NULL, path, MAX_PATH)) { in main()
|
/third_party/pulseaudio/src/pulse/ |
D | util.c | 222 if (GetModuleFileName(NULL, path, PATH_MAX)) in pa_get_binary_name()
|
/third_party/boost/libs/context/test/ |
D | test_callcc.cpp | 422 GetModuleFileName( nullptr, buffer, MAX_PATH); in test_bug12215()
|
D | test_fiber.cpp | 438 GetModuleFileName( nullptr, buffer, MAX_PATH); in test_bug12215()
|
/third_party/python/Lib/test/ |
D | test_platform.py | 375 executable = _winapi.GetModuleFileName(0)
|
D | pythoninfo.py | 718 dll_path = _winapi.GetModuleFileName(sys.dllhandle)
|
D | test_site.py | 571 dll_src_file = _winapi.GetModuleFileName(sys.dllhandle)
|
/third_party/python/PC/ |
D | pyshellext.cpp | 512 modname_len = GetModuleFileName(hModule, modname, MAX_PATH);
|
/third_party/python/Lib/test/support/ |
D | __init__.py | 1360 self.real = _winapi.GetModuleFileName(0) 1362 dll = _winapi.GetModuleFileName(sys.dllhandle)
|
/third_party/cef/libcef/common/ |
D | crash_reporter_client.cc | 65 if (GetModuleFileName(nullptr, module_path, MAX_PATH) == 0) in GetCrashConfigPath()
|
/third_party/python/Lib/test/test_import/ |
D | __init__.py | 475 from _winapi import GetModuleFileName 476 dllname = GetModuleFileName(sys.dllhandle)
|
/third_party/gstreamer/gstreamer/gst/ |
D | gst.c | 346 if (!GetModuleFileName (NULL, buffer, MAX_PATH)) in find_executable_path()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsevents.c | 1085 GetModuleFileName(SDL_Instance, path, MAX_PATH); in SDL_RegisterApp()
|
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.cpp | 292 if (GetModuleFileName(NULL, szTemp, 4096) > 0) in Init()
|
/third_party/flutter/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.cpp | 292 if (GetModuleFileName(NULL, szTemp, 4096) > 0) in Init()
|
/third_party/pulseaudio/src/pulsecore/ |
D | core-util.c | 157 if (!GetModuleFileName(handle, library_path, MAX_PATH)) in pa_win32_get_toplevel()
|
/third_party/libxml2/ |
D | catalog.c | 85 #define GetModuleFileNameA GetModuleFileName
|
12