Home
last modified time | relevance | path

Searched refs:lpPath (Results 1 – 14 of 14) sorted by path

/trunk/main/sal/osl/w32/
H A Dfile_url.cxx401 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()
/trunk/main/sal/systools/win32/uwinapi/
H A DPathAddBackslashW.cpp34 AUTO_WSTR2STR(lpPath);
36 STR2WSTR(lpPath, MAX_PATH);
H A DPathCompactPathExW.cpp37 AUTO_WSTR2STR(lpPath);
H A DPathFileExistsW.cpp34 AUTO_WSTR2STR(lpPath);
H A DPathFindExtensionW.cpp37 AUTO_WSTR2STR(lpPath);
H A DPathFindFileNameW.cpp36 AUTO_WSTR2STR(lpPath);
H A DPathIsFileSpecW.cpp34 AUTO_WSTR2STR(lpPath);
H A DPathIsUNCW.cpp34 AUTO_WSTR2STR(lpPath);
H A DPathRemoveExtensionW.cpp34 AUTO_WSTR2STR(lpPath);
36 STR2WSTR(lpPath, wcslen(lpPathW) + 1);
H A DPathRemoveFileSpecW.cpp34 AUTO_WSTR2STR(lpPath);
36 STR2WSTR(lpPath, wcslen(lpPathW) + 1);
H A DPathSetDlgItemPathW.cpp36 AUTO_WSTR2STR(lpPath);
H A DPathStripToRootW.cpp34 AUTO_WSTR2STR(lpPath);
36 STR2WSTR(lpPath, wcslen(lpPathW) + 1);
H A DSHILCreateFromPathW.cpp32 AUTO_WSTR2STR( lpPath ); in SHSimpleIDListFromPathW_WINDOWS()
/trunk/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx895 static bool FileExistsW( LPCWSTR lpPath ) in FileExistsW() argument
900 HANDLE hFind = FindFirstFileW( lpPath, &aFindData ); in FileExistsW()

Completed in 25 milliseconds