Lines Matching refs:CFSTR
50 bool IsDevicePath(CFSTR s) throw() in IsDevicePath()
83 bool IsSuperUncPath(CFSTR s) throw() { return (IS_SUPER_PREFIX(s) && IS_UNC_WITH_SLASH(s + kSuperPa… in IsSuperUncPath()
91 bool IsDrivePath(CFSTR s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':' && s[2] == '\\'; } in IsDrivePath()
92 bool IsSuperPath(CFSTR s) throw() { return IS_SUPER_PREFIX(s); } in IsSuperPath()
93 bool IsSuperOrDevicePath(CFSTR s) throw() { return IS_SUPER_OR_DEVICE_PATH(s); } in IsSuperOrDevicePath()
105 static unsigned GetRootPrefixSize_Of_NetworkPath(CFSTR s) throw() in GetRootPrefixSize_Of_NetworkPath()
117 static unsigned GetRootPrefixSize_Of_SimplePath(CFSTR s) throw() in GetRootPrefixSize_Of_SimplePath()
127 static unsigned GetRootPrefixSize_Of_SuperPath(CFSTR s) throw() in GetRootPrefixSize_Of_SuperPath()
141 unsigned GetRootPrefixSize(CFSTR s) throw() in GetRootPrefixSize()
202 unsigned GetRootPrefixSize(CFSTR s) throw() { return s[0] == CHAR_PATH_SEPRATOR ? 1 : 0; } in GetRootPrefixSize()
304 static bool AreThereDotsFolders(CFSTR s) in AreThereDotsFolders()
343 int GetUseSuperPathType(CFSTR s) throw() in GetUseSuperPathType()
394 static bool GetSuperPathBase(CFSTR s, UString &res) in GetSuperPathBase()
539 bool GetSuperPath(CFSTR path, UString &superPath, bool onlyIfNew) in GetSuperPath()
557 bool GetSuperPaths(CFSTR s1, CFSTR s2, UString &d1, UString &d2, bool onlyIfNew) in GetSuperPaths()
581 bool GetFullPath(CFSTR dirPrefix, CFSTR s, FString &res) in GetFullPath()
682 bool GetFullPath(CFSTR path, FString &fullPath) in GetFullPath()