Searched refs:hExe (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Runtime/r3/win/ |
H A D | rtProcInitExePath-win.cpp | 47 HMODULE hExe = GetModuleHandle(NULL); local 48 if (GetModuleFileNameW(hExe, wsz, RTPATH_MAX))
|
/vbox/src/VBox/Runtime/r3/freebsd/ |
H A D | rtProcInitExePath-freebsd.cpp | 99 void *hExe = dlopen(NULL, 0); 100 if (hExe) 103 if (dlinfo(hExe, RTLD_DI_LINKMAP, &pLinkMap) == 0) 124 AssertMsgFailed(("rc=%Rrc err=%d cchLink=%d hExe=%p\n", rc, err, cchLink, hExe));
|
/vbox/src/VBox/Additions/WINNT/Installer/ |
H A D | VBoxGuestDrvInst.cpp | 435 HMODULE hExe = GetModuleHandle(NULL); local 449 if (!GetModuleFileName(hExe, &szInstallDir[0], sizeof(szInstallDir)))
|
Completed in 300 milliseconds