Home
last modified time | relevance | path

Searched refs:FindSepar (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/Windows/
DFileName.cpp17 int FindSepar(const wchar_t *s) throw() in FindSepar() function
30 int FindSepar(const FChar *s) throw() in FindSepar() function
160 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()
DFileName.h12 int FindSepar(const wchar_t *s) throw();
14 int FindSepar(const FChar *s) throw();
DFileDir.cpp392 int pos2 = NName::FindSepar(path2.Ptr(pos + 1)); in CreateComplexDir()
DFileFind.cpp560 if (NName::FindSepar(path + prefixSize) < 0) in Find()