Searched refs:kSuperPathPrefixSize (Results 1 – 4 of 4) sorted by relevance
83 …th(CFSTR s) throw() { return (IS_SUPER_PREFIX(s) && IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize)); } in IsSuperUncPath()129 if (IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize)) in GetRootPrefixSize_Of_SuperPath()135 int pos = FindCharPosInString(s + kSuperPathPrefixSize, FCHAR_PATH_SEPARATOR); in GetRootPrefixSize_Of_SuperPath()138 return kSuperPathPrefixSize + pos + 1; in GetRootPrefixSize_Of_SuperPath()176 if (IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize)) in GetRootPrefixSize_Of_SuperPath()182 int pos = FindCharPosInString(s + kSuperPathPrefixSize, L'\\'); in GetRootPrefixSize_Of_SuperPath()185 return kSuperPathPrefixSize + pos + 1; in GetRootPrefixSize_Of_SuperPath()349 if (AreThereDotsFolders(s + kSuperPathPrefixSize)) in GetUseSuperPathType()413 if (!AreThereDotsFolders(s + kSuperPathPrefixSize)) in GetSuperPathBase()
19 const unsigned kSuperPathPrefixSize = 4; variable20 const unsigned kSuperUncPathPrefixSize = kSuperPathPrefixSize + 4;
115 path += kSuperPathPrefixSize; in FillLinkData()
264 if (NName::IsDrivePath(&FilePath[kSuperPathPrefixSize])) in OnInit()265 rootSize = kSuperPathPrefixSize; in OnInit()