Lines Matching refs:CFSTR
65 bool IsAltPathPrefix(CFSTR s) throw() in IsAltPathPrefix()
103 bool IsDevicePath(CFSTR s) throw() in IsDevicePath()
136 bool IsSuperUncPath(CFSTR s) throw() { return (IS_SUPER_PREFIX(s) && IS_UNC_WITH_SLASH(s + kSuperPa… in IsSuperUncPath()
137 bool IsNetworkPath(CFSTR s) throw() in IsNetworkPath()
147 unsigned GetNetworkServerPrefixSize(CFSTR s) throw() in GetNetworkServerPrefixSize()
166 bool IsNetworkShareRootPath(CFSTR s) throw() in IsNetworkShareRootPath()
187 bool IsDrivePath2(CFSTR s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':'; } in IsDrivePath2()
189 bool IsDrivePath(CFSTR s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':' && IS_SEPAR(s[2]); } in IsDrivePath()
190 bool IsSuperPath(CFSTR s) throw() { return IS_SUPER_PREFIX(s); } in IsSuperPath()
191 bool IsSuperOrDevicePath(CFSTR s) throw() { return IS_SUPER_OR_DEVICE_PATH(s); } in IsSuperOrDevicePath()
203 bool IsDriveRootPath_SuperAllowed(CFSTR s) throw() in IsDriveRootPath_SuperAllowed()
215 int FindAltStreamColon(CFSTR path) in FindAltStreamColon()
239 static unsigned GetRootPrefixSize_Of_NetworkPath(CFSTR s) in GetRootPrefixSize_Of_NetworkPath()
251 static unsigned GetRootPrefixSize_Of_SimplePath(CFSTR s) in GetRootPrefixSize_Of_SimplePath()
263 static unsigned GetRootPrefixSize_Of_SuperPath(CFSTR s) in GetRootPrefixSize_Of_SuperPath()
277 unsigned GetRootPrefixSize(CFSTR s) in GetRootPrefixSize()
340 unsigned GetRootPrefixSize(CFSTR s) { return IS_SEPAR(s[0]) ? 1 : 0; } in GetRootPrefixSize()
454 static bool AreThereDotsFolders(CFSTR s) in AreThereDotsFolders()
493 int GetUseSuperPathType(CFSTR s) throw() in GetUseSuperPathType()
544 static bool GetSuperPathBase(CFSTR s, UString &res) in GetSuperPathBase()
694 bool GetSuperPath(CFSTR path, UString &superPath, bool onlyIfNew) in GetSuperPath()
712 bool GetSuperPaths(CFSTR s1, CFSTR s2, UString &d1, UString &d2, bool onlyIfNew) in GetSuperPaths()
736 bool GetFullPath(CFSTR dirPrefix, CFSTR s, FString &res) in GetFullPath()
836 bool GetFullPath(CFSTR path, FString &fullPath) in GetFullPath()