Lines Matching refs:LPCTSTR
64 LPCTSTR lpComponent, LPCTSTR *lppComponentEnd, DWORD dwFlags) in IsValidFilePathComponent()
66 LPCTSTR lpComponentEnd = NULL; in IsValidFilePathComponent()
67 LPCTSTR lpCurrent = lpComponent; in IsValidFilePathComponent()
235 DWORD IsValidFilePath(rtl_uString *path, LPCTSTR *lppError, DWORD dwFlags, rtl_uString **corrected) in IsValidFilePath()
237 LPCTSTR lpszPath = reinterpret_cast< LPCTSTR >(path->buffer); in IsValidFilePath()
238 LPCTSTR lpComponent = lpszPath; in IsValidFilePath()
370 lpszPath = reinterpret_cast< LPCTSTR >((*corrected)->buffer); in IsValidFilePath()
545 LPCTSTR lpszShortPath, // file name in GetCaseCorrectPathName()
776 … sal_uInt32 nNewLen = GetCaseCorrectPathName( reinterpret_cast<LPCTSTR>(pDecodedURL + nSkip), in _osl_getSystemPathFromFileURL()
1003 …LPCTSTR lpszSearchPath = ustrSystemSearchPath && ustrSystemSearchPath->length ? reinterpret_cast<L… in osl_searchFileURL()
1004 LPCTSTR lpszSearchFile = reinterpret_cast<LPCTSTR>(ustrSysPath->buffer); in osl_searchFileURL()
1032 hFind = FindFirstFile( reinterpret_cast<LPCTSTR>(ustrSysPath->buffer), &aFindFileData ); in osl_searchFileURL()