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()
242 int pos = FindSepar(s); in GetRootPrefixSize_Of_NetworkPath()
245 int pos2 = FindSepar(s + (unsigned)pos + 1); in GetRootPrefixSize_Of_NetworkPath()
271 int pos = FindSepar(s + kSuperPathPrefixSize); in GetRootPrefixSize_Of_SuperPath()
291 int pos = FindSepar(s); in GetRootPrefixSize_Of_NetworkPath()
294 int pos2 = FindSepar(s + (unsigned)pos + 1); in GetRootPrefixSize_Of_NetworkPath()
320 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();
DFileFind.cpp560 if (NName::FindSepar(path + prefixSize) < 0) in Find()
DFileDir.cpp383 int pos2 = NName::FindSepar(path2.Ptr(pos + 1)); in CreateComplexDir()