Lines Matching refs:CFSTR
72 bool SetDirTime(CFSTR path, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) in SetDirTime()
105 bool SetFileAttrib(CFSTR path, DWORD attrib) in SetFileAttrib()
131 bool RemoveDir(CFSTR path) in RemoveDir()
157 bool MyMoveFile(CFSTR oldFile, CFSTR newFile) in MyMoveFile()
193 bool MyCreateHardLink(CFSTR newFileName, CFSTR existFileName) in MyCreateHardLink()
229 bool CreateDir(CFSTR path) in CreateDir()
255 bool CreateComplexDir(CFSTR _aPathName) in CreateComplexDir()
302 bool DeleteFileAlways(CFSTR path) in DeleteFileAlways()
375 bool MyGetFullPathName(CFSTR path, FString &resFullPath) in MyGetFullPathName()
383 bool MyGetFullPathName(CFSTR path, FString &resFullPath) in MyGetFullPathName()
388 bool SetCurrentDir(CFSTR path) in SetCurrentDir()
428 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName) in GetFullPathAndSplit()
439 bool GetOnlyDirPrefix(CFSTR path, FString &resDirPrefix) in GetOnlyDirPrefix()
468 static bool CreateTempFile(CFSTR prefix, bool addRandom, FString &path, NIO::COutFile *outFile) in CreateTempFile()
521 bool CTempFile::Create(CFSTR prefix, NIO::COutFile *outFile) in Create()
531 bool CTempFile::CreateRandomInTempFolder(CFSTR namePrefix, NIO::COutFile *outFile) in CreateRandomInTempFolder()
552 bool CTempFile::MoveTo(CFSTR name, bool deleteDestBefore) in MoveTo()
562 bool CTempDir::Create(CFSTR prefix) in Create()