Searched refs:kSuperPathPrefixSize (Results 1 – 5 of 5) sorted by relevance
78 s += kSuperPathPrefixSize; in IsAltPathPrefix()79 len -= kSuperPathPrefixSize; in IsAltPathPrefix()136 …th(CFSTR s) throw() { return (IS_SUPER_PREFIX(s) && IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize)); } in IsSuperUncPath()206 s += kSuperPathPrefixSize; in IsDriveRootPath_SuperAllowed()265 if (IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize)) in GetRootPrefixSize_Of_SuperPath()271 int pos = FindSepar(s + kSuperPathPrefixSize); in GetRootPrefixSize_Of_SuperPath()274 return kSuperPathPrefixSize + pos + 1; in GetRootPrefixSize_Of_SuperPath()314 if (IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize)) in GetRootPrefixSize_Of_SuperPath()320 int pos = FindSepar(s + kSuperPathPrefixSize); in GetRootPrefixSize_Of_SuperPath()323 return kSuperPathPrefixSize + pos + 1; in GetRootPrefixSize_Of_SuperPath()[all …]
28 const unsigned kSuperPathPrefixSize = 4; variable29 const unsigned kSuperUncPathPrefixSize = kSuperPathPrefixSize + 4;
117 path += kSuperPathPrefixSize; in FillLinkData()
529 rootSize = kSuperPathPrefixSize; in Find()
271 if (IsDrivePath(FilePath.Ptr(kSuperPathPrefixSize))) in OnInit()272 rootSize = kSuperPathPrefixSize; in OnInit()