Searched refs:FindSepar (Results 1 – 4 of 4) sorted by relevance
17 int FindSepar(const wchar_t *s) throw() in FindSepar() function30 int FindSepar(const FChar *s) throw() in FindSepar() function160 int pos = FindSepar(s + prefixSize); in GetNetworkServerPrefixSize()172 int pos = FindSepar(s); in IsNetworkShareRootPath()240 int pos = FindSepar(s); in GetRootPrefixSize_Of_NetworkPath()243 int pos2 = FindSepar(s + (unsigned)pos + 1); in GetRootPrefixSize_Of_NetworkPath()269 int pos = FindSepar(s + kSuperPathPrefixSize); in GetRootPrefixSize_Of_SuperPath()289 int pos = FindSepar(s); in GetRootPrefixSize_Of_NetworkPath()292 int pos2 = FindSepar(s + (unsigned)pos + 1); in GetRootPrefixSize_Of_NetworkPath()318 int pos = FindSepar(s + kSuperPathPrefixSize); in GetRootPrefixSize_Of_SuperPath()
12 int FindSepar(const wchar_t *s) throw();14 int FindSepar(const FChar *s) throw();
392 int pos2 = NName::FindSepar(path2.Ptr(pos + 1)); in CreateComplexDir()
560 if (NName::FindSepar(path + prefixSize) < 0) in Find()