Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.cpp78 s += kSuperPathPrefixSize; in IsAltPathPrefix()
79 len -= kSuperPathPrefixSize; in IsAltPathPrefix()
136 …th(CFSTR s) throw() { return (IS_SUPER_PREFIX(s) && IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize)); } in IsSuperUncPath()
206 s += kSuperPathPrefixSize; in IsDriveRootPath_SuperAllowed()
265 if (IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize)) in GetRootPrefixSize_Of_SuperPath()
271 int pos = FindSepar(s + kSuperPathPrefixSize); in GetRootPrefixSize_Of_SuperPath()
274 return kSuperPathPrefixSize + pos + 1; in GetRootPrefixSize_Of_SuperPath()
314 if (IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize)) in GetRootPrefixSize_Of_SuperPath()
320 int pos = FindSepar(s + kSuperPathPrefixSize); in GetRootPrefixSize_Of_SuperPath()
323 return kSuperPathPrefixSize + pos + 1; in GetRootPrefixSize_Of_SuperPath()
[all …]
DFileName.h28 const unsigned kSuperPathPrefixSize = 4; variable
29 const unsigned kSuperUncPathPrefixSize = kSuperPathPrefixSize + 4;
DFileLink.cpp117 path += kSuperPathPrefixSize; in FillLinkData()
DFileFind.cpp529 rootSize = kSuperPathPrefixSize; in Find()
/external/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp271 if (IsDrivePath(FilePath.Ptr(kSuperPathPrefixSize))) in OnInit()
272 rootSize = kSuperPathPrefixSize; in OnInit()