Lines Matching refs:LPTSTR
401 static sal_Int32 PathRemoveFileSpec(LPTSTR lpPath, LPTSTR lpFileName, sal_Int32 nFileBufLen ) in PathRemoveFileSpec()
408 LPTSTR lpLastBkSlash = _tcsrchr( lpPath, '\\' ); in PathRemoveFileSpec()
409 LPTSTR lpLastSlash = _tcsrchr( lpPath, '/' ); in PathRemoveFileSpec()
410 LPTSTR lpLastDelimiter = lpLastSlash > lpLastBkSlash ? lpLastSlash : lpLastBkSlash; in PathRemoveFileSpec()
438 static LPTSTR PathAddBackslash(LPTSTR lpPath, sal_Int32 nBufLen) in PathAddBackslash()
440 LPTSTR lpEndPath = NULL; in PathAddBackslash()
459 LPTSTR lpszPath, // path buffer to convert in GetCaseCorrectPathNameEx()
546 LPTSTR lpszLongPath, // path buffer in GetCaseCorrectPathName()
777 … ::osl::mingw_reinterpret_cast<LPTSTR>(aBuf), in _osl_getSystemPathFromFileURL()
992 LPTSTR lpBuffer = NULL; in osl_searchFileURL()
993 LPTSTR lpszFilePart; in osl_searchFileURL()
1010 reinterpret_cast<LPTSTR>(rtl_reallocateMemory(lpBuffer, nBufferLength * sizeof(TCHAR))) : in osl_searchFileURL()
1011 reinterpret_cast<LPTSTR>(rtl_allocateMemory(nBufferLength * sizeof(TCHAR))); in osl_searchFileURL()
1078 LPTSTR lpFilePart = NULL; in osl_getAbsoluteFileURL()