Searched refs:GetModuleFileNameEx (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/os/windows/vm/ |
H A D | os_windows.hpp | 236 static DWORD GetModuleFileNameEx(HANDLE, HMODULE, LPTSTR, DWORD);
|
H A D | os_windows.cpp | 1279 if(!os::PSApiDll::GetModuleFileNameEx(hProcess, modules[i], 5249 inline DWORD os::PSApiDll::GetModuleFileNameEx(HANDLE hProcess, HMODULE hModule, LPTSTR lpFilename, DWORD nSize) { function in class:os::PSApiDll 5250 return ::GetModuleFileNameEx(hProcess, hModule, lpFilename, nSize); 5422 DWORD os::PSApiDll::GetModuleFileNameEx(HANDLE hProcess, HMODULE hModule, LPTSTR lpFilename, DWORD nSize) { function in class:os::PSApiDll
|
Completed in 35 milliseconds