Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.cpp83 …th(CFSTR s) throw() { return (IS_SUPER_PREFIX(s) && IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize)); } in IsSuperUncPath()
129 if (IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize)) in GetRootPrefixSize_Of_SuperPath()
135 int pos = FindCharPosInString(s + kSuperPathPrefixSize, FCHAR_PATH_SEPARATOR); in GetRootPrefixSize_Of_SuperPath()
138 return kSuperPathPrefixSize + pos + 1; in GetRootPrefixSize_Of_SuperPath()
176 if (IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize)) in GetRootPrefixSize_Of_SuperPath()
182 int pos = FindCharPosInString(s + kSuperPathPrefixSize, L'\\'); in GetRootPrefixSize_Of_SuperPath()
185 return kSuperPathPrefixSize + pos + 1; in GetRootPrefixSize_Of_SuperPath()
349 if (AreThereDotsFolders(s + kSuperPathPrefixSize)) in GetUseSuperPathType()
413 if (!AreThereDotsFolders(s + kSuperPathPrefixSize)) in GetSuperPathBase()
DFileName.h19 const unsigned kSuperPathPrefixSize = 4; variable
20 const unsigned kSuperUncPathPrefixSize = kSuperPathPrefixSize + 4;
DFileLink.cpp115 path += kSuperPathPrefixSize; in FillLinkData()
/external/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp264 if (NName::IsDrivePath(&FilePath[kSuperPathPrefixSize])) in OnInit()
265 rootSize = kSuperPathPrefixSize; in OnInit()