Searched refs:lpPath (Results 1 – 14 of 14) sorted by relevance
/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 408 LPTSTR lpLastBkSlash = _tcsrchr( lpPath, '\\' ); in PathRemoveFileSpec() 409 LPTSTR lpLastSlash = _tcsrchr( lpPath, '/' ); in PathRemoveFileSpec() 417 if ( lpLastDelimiter > lpPath && *(lpLastDelimiter - 1) != ':' ) in PathRemoveFileSpec() 438 static LPTSTR PathAddBackslash(LPTSTR lpPath, sal_Int32 nBufLen) in PathAddBackslash() argument 442 if ( lpPath ) in PathAddBackslash() 444 int nLen = _tcslen(lpPath); in PathAddBackslash() 446 if ( !nLen || lpPath[nLen-1] != '\\' && lpPath[nLen-1] != '/' && nLen < nBufLen - 1 ) in PathAddBackslash() 448 lpEndPath = lpPath + nLen; in PathAddBackslash()
|
/aoo42x/main/sal/systools/win32/uwinapi/ |
H A D | PathRemoveExtensionW.cpp | 34 AUTO_WSTR2STR(lpPath); 36 STR2WSTR(lpPath, wcslen(lpPathW) + 1);
|
H A D | PathAddBackslashW.cpp | 34 AUTO_WSTR2STR(lpPath); 36 STR2WSTR(lpPath, MAX_PATH);
|
H A D | PathRemoveFileSpecW.cpp | 34 AUTO_WSTR2STR(lpPath); 36 STR2WSTR(lpPath, wcslen(lpPathW) + 1);
|
H A D | PathStripToRootW.cpp | 34 AUTO_WSTR2STR(lpPath); 36 STR2WSTR(lpPath, wcslen(lpPathW) + 1);
|
H A D | PathFileExistsW.cpp | 34 AUTO_WSTR2STR(lpPath);
|
H A D | PathIsFileSpecW.cpp | 34 AUTO_WSTR2STR(lpPath);
|
H A D | PathIsUNCW.cpp | 34 AUTO_WSTR2STR(lpPath);
|
H A D | PathSetDlgItemPathW.cpp | 36 AUTO_WSTR2STR(lpPath);
|
H A D | PathFindFileNameW.cpp | 36 AUTO_WSTR2STR(lpPath);
|
H A D | PathFindExtensionW.cpp | 37 AUTO_WSTR2STR(lpPath);
|
H A D | PathCompactPathExW.cpp | 37 AUTO_WSTR2STR(lpPath);
|
H A D | SHILCreateFromPathW.cpp | 32 AUTO_WSTR2STR( lpPath ); in SHSimpleIDListFromPathW_WINDOWS()
|
/aoo42x/main/sfx2/source/appl/ |
H A D | shutdowniconw32.cxx | 895 static bool FileExistsW( LPCWSTR lpPath ) in FileExistsW() argument 900 HANDLE hFind = FindFirstFileW( lpPath, &aFindData ); in FileExistsW()
|
Completed in 40 milliseconds