Searched refs:GetModuleFileNameEx (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.hpp236 static DWORD GetModuleFileNameEx(HANDLE, HMODULE, LPTSTR, DWORD);
H A Dos_windows.cpp1279 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