Home
last modified time | relevance | path

Searched refs:kSuperPathPrefixSize (Results 1 - 6 of 6) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DFileName.cpp110 s += kSuperPathPrefixSize; in IsAltPathPrefix()
111 len -= kSuperPathPrefixSize; in IsAltPathPrefix()
170 bool IsSuperUncPath(CFSTR s) throw() { return (IS_SUPER_PREFIX(s) && IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize)); } in IsSuperUncPath()
218 // bool IsSuperUncPath(const wchar_t *s) throw() { return (IS_SUPER_PREFIX(s) && IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize)); }
228 pos = kSuperPathPrefixSize; in IsAltStreamPrefixWithColon()
239 unsigned count = kSuperPathPrefixSize; in If_IsSuperPath_RemoveSuperPrefix()
240 const wchar_t *s2 = s.Ptr(kSuperPathPrefixSize); in If_IsSuperPath_RemoveSuperPrefix()
262 s += kSuperPathPrefixSize; in IsDrivePath_SuperAllowed()
269 s += kSuperPathPrefixSize; in IsDriveRootPath_SuperAllowed()
328 if (IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize)) in GetRootPrefixSize_Of_SuperPath()
[all...]
H A DFileName.h32 const unsigned kSuperPathPrefixSize = 4; member
33 const unsigned kSuperUncPathPrefixSize = kSuperPathPrefixSize + 4;
H A DFileLink.cpp159 path += kSuperPathPrefixSize; in FillLinkData()
H A DFileFind.cpp580 rootSize = kSuperPathPrefixSize; in Find()
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DBrowseDialog.cpp253 if (IsDrivePath(FilePath.Ptr(kSuperPathPrefixSize))) in OnInit()
254 rootSize = kSuperPathPrefixSize; in OnInit()
/third_party/lzma/CPP/7zip/UI/Common/
H A DEnumDirItems.cpp1010 || (phyPrefix.Len() == NName::kSuperPathPrefixSize in EnumerateDirItems()

Completed in 7 milliseconds