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()
132 bool SetFileAttrib_PosixHighDetect(CFSTR path, DWORD attrib) in SetFileAttrib_PosixHighDetect()
140 bool RemoveDir(CFSTR path) in RemoveDir()
166 bool MyMoveFile(CFSTR oldFile, CFSTR newFile) in MyMoveFile()
202 bool MyCreateHardLink(CFSTR newFileName, CFSTR existFileName) in MyCreateHardLink()
261 bool CreateDir(CFSTR path) in CreateDir()
296 static bool CreateDir2(CFSTR path) in CreateDir2()
336 bool CreateComplexDir(CFSTR _path) in CreateComplexDir()
405 bool DeleteFileAlways(CFSTR path) in DeleteFileAlways()
491 bool MyGetFullPathName(CFSTR path, FString &resFullPath) in MyGetFullPathName()
499 bool MyGetFullPathName(CFSTR path, FString &resFullPath) in MyGetFullPathName()
504 bool SetCurrentDir(CFSTR path) in SetCurrentDir()
544 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName) in GetFullPathAndSplit()
555 bool GetOnlyDirPrefix(CFSTR path, FString &resDirPrefix) in GetOnlyDirPrefix()
584 static bool CreateTempFile(CFSTR prefix, bool addRandom, FString &path, NIO::COutFile *outFile) in CreateTempFile()
637 bool CTempFile::Create(CFSTR prefix, NIO::COutFile *outFile) in Create()
647 bool CTempFile::CreateRandomInTempFolder(CFSTR namePrefix, NIO::COutFile *outFile) in CreateRandomInTempFolder()
668 bool CTempFile::MoveTo(CFSTR name, bool deleteDestBefore) in MoveTo()
693 bool CTempDir::Create(CFSTR prefix) in Create()