Home | History | Annotate | Download | only in Windows

Lines Matching refs:kSuperPathPrefixSize

83 bool IsSuperUncPath(CFSTR s) throw() { return (IS_SUPER_PREFIX(s) && IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize)); }

88 // bool IsSuperUncPath(const wchar_t *s) { return (IS_SUPER_PREFIX(s) && IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize)); }
129 if (IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize))
135 int pos = FindCharPosInString(s + kSuperPathPrefixSize, FCHAR_PATH_SEPARATOR);
138 return kSuperPathPrefixSize + pos + 1;
176 if (IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize))
182 int pos = FindCharPosInString(s + kSuperPathPrefixSize, L'\\');
185 return kSuperPathPrefixSize + pos + 1;
349 if (AreThereDotsFolders(s + kSuperPathPrefixSize))
413 if (!AreThereDotsFolders(s + kSuperPathPrefixSize))