Lines Matching refs:CFSTR
22 bool SetDirTime(CFSTR path, const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime);
27 bool SetFileAttrib(CFSTR path, DWORD attrib);
37 int my_chown(CFSTR path, uid_t owner, gid_t group);
41 bool SetFileAttrib_PosixHighDetect(CFSTR path, DWORD attrib);
44 bool MyMoveFile(CFSTR existFileName, CFSTR newFileName);
47 bool MyCreateHardLink(CFSTR newFileName, CFSTR existFileName);
50 bool RemoveDir(CFSTR path);
51 bool CreateDir(CFSTR path);
58 bool CreateComplexDir(CFSTR path);
60 bool DeleteFileAlways(CFSTR name);
63 bool MyGetFullPathName(CFSTR path, FString &resFullPath);
64 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName);
65 bool GetOnlyDirPrefix(CFSTR path, FString &resDirPrefix);
69 bool SetCurrentDir(CFSTR path);
76 bool CreateTempFile2(CFSTR prefix, bool addRandom, AString &postfix, NIO::COutFile *outFile);
87 bool Create(CFSTR pathPrefix, NIO::COutFile *outFile); // pathPrefix is not folder prefix
88 bool CreateRandomInTempFolder(CFSTR namePrefix, NIO::COutFile *outFile);
90 bool MoveTo(CFSTR name, bool deleteDestBefore);
104 bool Create(CFSTR namePrefix) ;