Searched refs:GetModuleFileNameW (Results 1 – 14 of 14) sorted by relevance
/aoo41x/main/sal/inc/systools/win32/ |
H A D | kernel9x.h | 47 #ifdef GetModuleFileNameW 48 #undef GetModuleFileNameW 347 #define GetModuleFileNameW lpfnGetModuleFileNameW macro
|
/aoo41x/main/jurt/source/pipe/wrapper/ |
H A D | wrapper.c | 44 size = GetModuleFileNameW(hinstDLL, path, 32767); in DllMain()
|
/aoo41x/main/desktop/win32/source/ |
H A D | unoinfo.cxx | 46 DWORD n = GetModuleFileNameW(NULL, path, MAX_PATH); in getBrandPath()
|
H A D | extendloaderenvironment.cxx | 86 if (!GetModuleFileNameW(NULL, iniDirectory, MAX_PATH)) { in extendLoaderEnvironment()
|
/aoo41x/main/desktop/win32/source/rebase/ |
H A D | rebase.cxx | 103 DWORD n = GetModuleFileNameW(NULL, path, MAX_PATH); in getBrandPath()
|
H A D | rebasegui.cxx | 130 DWORD n = GetModuleFileNameW(NULL, pszPath, MAX_PATH); in getBrandPath()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | shutdowniconw32.cxx | 916 GetModuleFileNameW( NULL, aPath, _MAX_PATH-1); in IsQuickstarterInstalled() 946 GetModuleFileNameW( NULL, aPath, _MAX_PATH-1); in EnableAutostartW32()
|
/aoo41x/main/pyuno/zipcore/ |
H A D | python.cxx | 82 DWORD n = GetModuleFileNameW(NULL, path, MAX_PATH);
|
/aoo41x/main/sal/osl/w32/ |
H A D | module.cxx | 463 …GetModuleFileNameW( lpModules[iModule], ::osl::mingw_reinterpret_cast<LPWSTR>(aBuffer), aBuffer.ge… in _osl_addressGetModuleURL_NT()
|
H A D | process.cxx | 226 …if ((buflen = GetModuleFileNameW (0, ::osl::mingw_reinterpret_cast<LPWSTR>(aBuffer), aBuffer.getBu… in osl_bootstrap_getExecutableFile_Impl()
|
/aoo41x/main/sal/systools/win32/uwinapi/ |
H A D | unicows_mingw.dxp | 241 GetModuleFileNameW@12
|
H A D | unicows.dxp | 242 GetModuleFileNameW
|
H A D | ResolveUnicows.cpp | 268 DEFINE_UNICOWS_THUNK( kernel32, DWORD, WINAPI, GetModuleFileNameW, (HINSTANCE,LPWSTR,DWORD) )
|
/aoo41x/main/external/mingwheaders/ |
H A D | mingw_headers.patch | 391 WINBASEAPI DWORD WINAPI GetModuleFileNameW(HINSTANCE,LPWSTR,DWORD); 433 #define GetModuleFileName GetModuleFileNameW
|
Completed in 64 milliseconds