HomeSort by relevance Sort by last modified time
    Searched refs:GetModuleFileName (Results 1 - 25 of 49) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/os/
executable_windows.go 12 func getModuleFileName(handle syscall.Handle) (string, error) {
17 r, err := windows.GetModuleFileName(handle, &buf[0], n)
31 return getModuleFileName(0)
  /prebuilts/go/linux-x86/src/os/
executable_windows.go 12 func getModuleFileName(handle syscall.Handle) (string, error) {
17 r, err := windows.GetModuleFileName(handle, &buf[0], n)
31 return getModuleFileName(0)
  /external/lzma/CPP/Windows/
DLL.cpp 69 DWORD size = ::GetModuleFileName(hModule, s, MAX_PATH + 1);
  /external/webrtc/talk/media/base/
executablehelpers.h 48 DWORD copied_length = GetModuleFileName(NULL, // NULL = Current process
  /external/skia/tools/sk_app/win/
main_win.cpp 41 int exenameLen = GetModuleFileName(NULL, exename, SK_ARRAY_COUNT(exename));
  /external/skqp/tools/sk_app/win/
main_win.cpp 41 int exenameLen = GetModuleFileName(NULL, exename, SK_ARRAY_COUNT(exename));
  /sdk/avdlauncher/src/source/
avdlauncher.c 86 ret = GetModuleFileName(NULL, program_dir, sizeof(program_dir));
  /sdk/sdklauncher/src/source/
sdklauncher.c 86 ret = GetModuleFileName(NULL, program_dir, sizeof(program_dir));
  /external/python/cpython2/PC/
getpathp.c 381 /* Windows documents that GetModuleFileName() will "truncate",
388 GetModuleFileName(PyWin_DLLhModule, wprogpath, MAXPATHLEN)) {
398 if (GetModuleFileName(NULL, wprogpath, MAXPATHLEN)) {
409 if (!GetModuleFileName(PyWin_DLLhModule, dllpath, MAXPATHLEN))
414 if (GetModuleFileName(NULL, progpath, MAXPATHLEN))
_subprocess.c 580 "GetModuleFileName(module) -> path\n\
588 GetModuleFileName retrieves the path of the executable file\n\
598 if (! PyArg_ParseTuple(args, PY_HANDLE_PARAM ":GetModuleFileName",
602 result = GetModuleFileName(module, filename, MAX_PATH);
626 {"GetModuleFileName", sp_GetModuleFileName, METH_VARARGS,
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/templates/
ar_eventhandlerfile_h.template 51 GetModuleFileName(NULL, procname, MAX_PATH);
  /sdk/find_java2/src/
utils.cpp 41 DWORD sz = ::GetModuleFileName(NULL /*AfxGetInstanceHandle()*/, moduleName, MAX_PATH);
43 // GetModuleFileName failed. Do nothing.
222 int ret = GetModuleFileName(NULL, programDir, sizeof(programDir) * sizeof(TCHAR));
  /sdk/find_java/src/source/
utils.cpp 137 int ret = GetModuleFileName(NULL, programDir, sizeof(programDir));
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
JitManager.cpp 244 GetModuleFileName(NULL, procname, MAX_PATH);
287 GetModuleFileName(NULL, procname, MAX_PATH);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
libloaderapi.h 108 #define GetModuleFileName __MINGW_NAME_AW(GetModuleFileName)
  /external/e2fsprogs/intl/
relocatable.c 297 if (!GetModuleFileName (module_handle, location, sizeof (location)))
  /external/v8/src/base/debug/
stack_trace_win.cc 46 GetModuleFileName(NULL, path_out, MAX_PATH);
  /toolchain/binutils/binutils-2.27/intl/
relocatable.c 288 if (!GetModuleFileName (module_handle, location, sizeof (location)))
  /external/google-breakpad/src/client/windows/unittests/
minidump_test.cc 171 ASSERT_TRUE(::GetModuleFileName(dbg_help,
  /external/mdnsresponder/mDNSWindows/ControlPanel/
ControlPanelExe.cpp 310 nChars = GetModuleFileName( NULL, exePath, sizeof_array( exePath ) );
  /external/python/cpython2/PC/os2vacpp/
getpathp.c 252 if (GetModuleFileName(NULL, progpath, MAXPATHLEN))
  /external/wpa_supplicant_8/wpa_supplicant/
main_winsvc.c 431 if (!GetModuleFileName(NULL, path, MAX_PATH)) {
432 printf("GetModuleFileName failed: "
  /system/core/base/
file.cpp 281 DWORD result = GetModuleFileName(NULL, path, sizeof(path) - 1);
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.cpp 116 retSize = GetModuleFileName(NULL, exeNameTCHAR, DIR_BUFFER_LEN);
  /external/webrtc/webrtc/base/
win32filesystem.cc 341 if (0 == ::GetModuleFileName(NULL, buffer, arraysize(buffer)))

Completed in 1573 milliseconds

1 2