Searched refs:lpszPath (Results 1 – 3 of 3) sorted by relevance
238 LPCTSTR lpComponent = lpszPath; in IsValidFilePath()246 if ( !lpszPath ) in IsValidFilePath()271 lpComponent = lpszPath + 2; in IsValidFilePath()274 else if ( _istalpha( lpszPath[0] ) && ':' == lpszPath[1] ) in IsValidFilePath()277 lpComponent = lpszPath + 2; in IsValidFilePath()299 lpComponent = lpszPath; in IsValidFilePath()342 lpComponent = lpszPath; in IsValidFilePath()359 lpComponent = lpszPath; in IsValidFilePath()533 lpszPath[0] = 0; in GetCaseCorrectPathNameEx()535 _tcsupr( lpszPath ); in GetCaseCorrectPathNameEx()[all …]
335 if ( !lpszPath ) in IsValidFilePath()338 lpComponent = lpszPath; in IsValidFilePath()342 if ( 2 == _tcsspn( lpszPath, CHARSET_SEPARATOR ) ) in IsValidFilePath()346 lpComponent = lpszPath + 2; in IsValidFilePath()364 lpComponent = lpszPath; in IsValidFilePath()389 else if ( _istalpha( lpszPath[0] ) && ':' == lpszPath[1] ) in IsValidFilePath()393 lpComponent = lpszPath + 2; in IsValidFilePath()414 lpComponent = lpszPath; in IsValidFilePath()432 lpComponent = lpszPath; in IsValidFilePath()451 if ( fValid && _tcslen( lpszPath ) >= _MAX_PATH ) in IsValidFilePath()[all …]
182 LPCSTR lpszPath, // file name188 LPCWSTR lpszPath, // file name246 LPCWSTR lpszPath, // file name
Completed in 27 milliseconds