Lines Matching refs:LPCTSTR

123 bool MySetFileAttributes(LPCTSTR fileName, DWORD fileAttributes)  in MySetFileAttributes()
135 bool MyRemoveDirectory(LPCTSTR pathName) in MyRemoveDirectory()
159 bool MyMoveFile(LPCTSTR existFileName, LPCTSTR newFileName) in MyMoveFile()
216 bool MyCreateDirectory(LPCTSTR pathName) in MyCreateDirectory()
279 bool CreateComplexDirectory(LPCTSTR _aPathName) in CreateComplexDirectory()
371 bool DeleteFileAlways(LPCTSTR name) in DeleteFileAlways()
448 bool GetOnlyDirPrefix(LPCTSTR fileName, CSysString &resultName) in GetOnlyDirPrefix()
457 bool GetOnlyName(LPCTSTR fileName, CSysString &resultName) in GetOnlyName()
484 bool MyGetShortPathName(LPCTSTR longPath, CSysString &shortPath) in MyGetShortPathName()
523 bool MyGetFullPathName(LPCTSTR fileName, CSysString &resultPath, int &fileNamePartStartIndex) in MyGetFullPathName()
601 bool MyGetFullPathName(LPCTSTR fileName, CSysString &path) in MyGetFullPathName()
667 bool MySearchPath(LPCTSTR path, LPCTSTR fileName, LPCTSTR extension, in MySearchPath()
673 filePart = (UINT32)(filePartPointer - (LPCTSTR)resultPath); in MySearchPath()
695 path != 0 ? (LPCTSTR)GetSysPath(path): 0, in MySearchPath()
696 fileName != 0 ? (LPCTSTR)GetSysPath(fileName): 0, in MySearchPath()
697 extension != 0 ? (LPCTSTR)GetSysPath(extension): 0, in MySearchPath()
733 UINT MyGetTempFileName(LPCTSTR dirPath, LPCTSTR prefix, CSysString &path) in MyGetTempFileName()
751 dirPath ? (LPCTSTR)GetSysPath(dirPath): 0, in MyGetTempFileName()
752 prefix ? (LPCTSTR)GetSysPath(prefix): 0, in MyGetTempFileName()
759 UINT CTempFile::Create(LPCTSTR dirPath, LPCTSTR prefix, CSysString &resultPath) in Create()
771 bool CTempFile::Create(LPCTSTR prefix, CSysString &resultPath) in Create()
831 bool CreateTempDirectory(LPCTSTR prefix, CSysString &dirName) in CreateTempDirectory()
862 bool CTempDirectory::Create(LPCTSTR prefix) in Create()