Home | History | Annotate | Download | only in Windows

Lines Matching refs:kSuperPathPrefixSize

78     s += kSuperPathPrefixSize;

79 len -= kSuperPathPrefixSize;
136 bool IsSuperUncPath(CFSTR s) throw() { return (IS_SUPER_PREFIX(s) && IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize)); }
184 // bool IsSuperUncPath(const wchar_t *s) throw() { return (IS_SUPER_PREFIX(s) && IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize)); }
197 s += kSuperPathPrefixSize;
204 s += kSuperPathPrefixSize;
263 if (IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize))
269 int pos = FindSepar(s + kSuperPathPrefixSize);
272 return kSuperPathPrefixSize + pos + 1;
312 if (IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize))
318 int pos = FindSepar(s + kSuperPathPrefixSize);
321 return kSuperPathPrefixSize + pos + 1;
497 if (AreThereDotsFolders(s + kSuperPathPrefixSize))
561 if (!AreThereDotsFolders(s + kSuperPathPrefixSize))