Home
last modified time | relevance | path

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

12

/third_party/gettext/gettext-runtime/intl/
Drelocatable.c70 # undef GetModuleFileName
71 # define GetModuleFileName GetModuleFileNameA macro
338 if (!GetModuleFileName (module_handle, location, sizeof (location))) in DllMain()
/third_party/grpc/src/ruby/ext/grpc/
Drb_loader.c33 GetModuleFileName(module, path, 2048); in grpc_rb_load_core()
/third_party/skia/third_party/externals/swiftshader/src/Common/
DSharedLibrary.cpp26 if(module && (GetModuleFileName(module, filename, sizeof(filename)) != 0)) in getModuleDirectory()
/third_party/skia/tools/sk_app/win/
Dmain_win.cpp41 int exenameLen = GetModuleFileName(NULL, exename, SK_ARRAY_COUNT(exename)); in _tWinMain()
/third_party/flutter/skia/tools/sk_app/win/
Dmain_win.cpp41 int exenameLen = GetModuleFileName(NULL, exename, SK_ARRAY_COUNT(exename)); in _tWinMain()
/third_party/gn/src/util/
Dexe_path.cc54 if (GetModuleFileName(NULL, base::ToWCharT(system_buffer), MAX_PATH) == 0) { in GetExePath()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/
Dgen_ar_eventhandlerfile.hpp56 GetModuleFileName(NULL, procname, MAX_PATH); in EventHandlerFile()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dmain_winsvc.c431 if (!GetModuleFileName(NULL, path, MAX_PATH)) { in main()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dmain_winsvc.c431 if (!GetModuleFileName(NULL, path, MAX_PATH)) { in main()
/third_party/pulseaudio/src/pulse/
Dutil.c222 if (GetModuleFileName(NULL, path, PATH_MAX)) in pa_get_binary_name()
/third_party/boost/libs/context/test/
Dtest_callcc.cpp422 GetModuleFileName( nullptr, buffer, MAX_PATH); in test_bug12215()
Dtest_fiber.cpp438 GetModuleFileName( nullptr, buffer, MAX_PATH); in test_bug12215()
/third_party/python/Lib/test/
Dtest_platform.py375 executable = _winapi.GetModuleFileName(0)
Dpythoninfo.py718 dll_path = _winapi.GetModuleFileName(sys.dllhandle)
Dtest_site.py571 dll_src_file = _winapi.GetModuleFileName(sys.dllhandle)
/third_party/python/PC/
Dpyshellext.cpp512 modname_len = GetModuleFileName(hModule, modname, MAX_PATH);
/third_party/python/Lib/test/support/
D__init__.py1360 self.real = _winapi.GetModuleFileName(0)
1362 dll = _winapi.GetModuleFileName(sys.dllhandle)
/third_party/cef/libcef/common/
Dcrash_reporter_client.cc65 if (GetModuleFileName(nullptr, module_path, MAX_PATH) == 0) in GetCrashConfigPath()
/third_party/python/Lib/test/test_import/
D__init__.py475 from _winapi import GetModuleFileName
476 dllname = GetModuleFileName(sys.dllhandle)
/third_party/gstreamer/gstreamer/gst/
Dgst.c346 if (!GetModuleFileName (NULL, buffer, MAX_PATH)) in find_executable_path()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsevents.c1085 GetModuleFileName(SDL_Instance, path, MAX_PATH); in SDL_RegisterApp()
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
DStackWalker.cpp292 if (GetModuleFileName(NULL, szTemp, 4096) > 0) in Init()
/third_party/flutter/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
DStackWalker.cpp292 if (GetModuleFileName(NULL, szTemp, 4096) > 0) in Init()
/third_party/pulseaudio/src/pulsecore/
Dcore-util.c157 if (!GetModuleFileName(handle, library_path, MAX_PATH)) in pa_win32_get_toplevel()
/third_party/libxml2/
Dcatalog.c85 #define GetModuleFileNameA GetModuleFileName

12