Searched refs:lpFileName (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/sal/systools/win32/uwinapi/ |
H A D | GetModuleFileNameExA.cpp | 32 … WINAPI, GetModuleFileNameExA, (HANDLE hProcess, HMODULE hModule, LPSTR lpFileName, DWORD nSize ) ) 38 return GetModuleFileNameA( hModule, lpFileName, nSize ); 63 lpFileName[nSize -1] = 0; 65 _tcsncpy( lpFileName, me.szExePath, nSize );
|
H A D | GetModuleFileNameExW.cpp | 33 AUTO_STR( lpFileName, 2 * nSize ); 36 return (DWORD) STR2WSTR( lpFileName, nSize );
|
/aoo42x/main/sal/inc/systools/win32/ |
H A D | kernel9x.h | 172 LPCWSTR lpFileName, 194 LPCWSTR lpFileName, 203 LPCWSTR lpFileName // file name 259 LPCWSTR lpFileName, // file name
|
/aoo42x/main/setup_native/source/win32/customactions/quickstarter/ |
H A D | quickstarter.cxx | 198 static DWORD WINAPI _GetModuleFileNameExA( HANDLE hProcess, HMODULE hModule, LPSTR lpFileName, DWOR… in _GetModuleFileNameExA() argument 200 typedef DWORD (WINAPI *FN_PROC)( HANDLE hProcess, HMODULE hModule, LPSTR lpFileName, DWORD nSize ); in _GetModuleFileNameExA() 213 return lpProc( hProcess, hModule, lpFileName, nSize ); in _GetModuleFileNameExA()
|
/aoo42x/main/sal/osl/w32/ |
H A D | file_url.cxx | 401 static sal_Int32 PathRemoveFileSpec(LPTSTR lpPath, LPTSTR lpFileName, sal_Int32 nFileBufLen ) in PathRemoveFileSpec() argument 407 lpFileName[0] = 0; in PathRemoveFileSpec() 420 *lpFileName = 0; in PathRemoveFileSpec() 426 _tcscpy( lpFileName, lpLastDelimiter + 1 ); in PathRemoveFileSpec()
|
/aoo42x/main/migrationanalysis/src/wizard/ |
H A D | IniSupport.bas | 31 ByVal lpFileName As String) As Long 38 ByVal lpFileName As String) As Long
|
H A D | RunServer.bas | 29 ByVal lpFileName As String) As Long
|
H A D | Utilities.bas | 121 ByVal lpFileName As String) As Long
|
H A D | CollectedFiles.cls | 91 (ByVal lpFileName As String, _
|
/aoo42x/main/migrationanalysis/src/driver_docs/sources/ |
H A D | CollectedFiles.cls | 68 (ByVal lpFileName As String, _
|
H A D | AnalysisDriver.bas | 51 ByVal lpFileName As String) As Long 60 ByVal lpFileName As String) As Long
|
Completed in 61 milliseconds