• Home
  • Raw
  • Download

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()
194 bool IsDrivePath_SuperAllowed(CFSTR s) throw() in IsDrivePath_SuperAllowed()
201 bool IsDriveRootPath_SuperAllowed(CFSTR s) throw() in IsDriveRootPath_SuperAllowed()
213 int FindAltStreamColon(CFSTR path) throw() in FindAltStreamColon()
237 static unsigned GetRootPrefixSize_Of_NetworkPath(CFSTR s) in GetRootPrefixSize_Of_NetworkPath()
249 static unsigned GetRootPrefixSize_Of_SimplePath(CFSTR s) in GetRootPrefixSize_Of_SimplePath()
261 static unsigned GetRootPrefixSize_Of_SuperPath(CFSTR s) in GetRootPrefixSize_Of_SuperPath()
275 unsigned GetRootPrefixSize(CFSTR s) throw() in GetRootPrefixSize()
338 unsigned GetRootPrefixSize(CFSTR s) { return IS_SEPAR(s[0]) ? 1 : 0; } in GetRootPrefixSize()
452 static bool AreThereDotsFolders(CFSTR s) in AreThereDotsFolders()
491 int GetUseSuperPathType(CFSTR s) throw() in GetUseSuperPathType()
542 static bool GetSuperPathBase(CFSTR s, UString &res) in GetSuperPathBase()
692 bool GetSuperPath(CFSTR path, UString &superPath, bool onlyIfNew) in GetSuperPath()
710 bool GetSuperPaths(CFSTR s1, CFSTR s2, UString &d1, UString &d2, bool onlyIfNew) in GetSuperPaths()
734 bool GetFullPath(CFSTR dirPrefix, CFSTR s, FString &res) in GetFullPath()
834 bool GetFullPath(CFSTR path, FString &fullPath) in GetFullPath()