Lines Matching refs:CFSTR
442 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
450 bool GetReparseData(CFSTR path, CByteBuffer &reparseData, BY_HANDLE_FILE_INFORMATION *fileInfo)
469 static bool CreatePrefixDirOfFile(CFSTR path)
484 static bool OutIoReparseData(DWORD controlCode, CFSTR path, void *data, DWORD size)
499 bool SetReparseData(CFSTR path, bool isDir, const void *data, DWORD size)
530 bool DeleteReparseData(CFSTR path)
559 bool GetReparseData(CFSTR path, CByteBuffer &reparseData)
587 bool SetReparseData(CFSTR path, bool isDir, const void *data, DWORD size)
601 bool SetSymLink(CFSTR from, CFSTR to)
611 bool SetSymLink_UString(CFSTR from, const UString &to)