Home
last modified time | relevance | path

Searched refs:GetRootPrefixSize (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/Windows/
DFileName.h70 unsigned GetRootPrefixSize(CFSTR s) throw();
79 unsigned GetRootPrefixSize(const wchar_t *s) throw();
DFileName.cpp277 unsigned GetRootPrefixSize(CFSTR s) in GetRootPrefixSize() function
326 unsigned GetRootPrefixSize(const wchar_t *s) throw() in GetRootPrefixSize() function
340 unsigned GetRootPrefixSize(CFSTR s) { return IS_SEPAR(s[0]) ? 1 : 0; } in GetRootPrefixSize() function
342 unsigned GetRootPrefixSize(const wchar_t *s) { return IS_SEPAR(s[0]) ? 1 : 0; } in GetRootPrefixSize() function
752 unsigned prefixSize = GetRootPrefixSize(s); in GetFullPath()
DFileDir.cpp342 unsigned prefixSize = GetRootPrefixSize(_path); in CreateComplexDir()
/external/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp264 int rootSize = GetRootPrefixSize(FilePath); in OnInit()
928 int pos = GetRootPrefixSize(path); in CorrectFsPath()
/external/lzma/CPP/7zip/UI/Common/
DEnumDirItems.cpp510 return IsPathSepar(s[0]) && GetRootPrefixSize(s) == 0; in IsVirtualFsFolder()
876 unsigned rootPrefixSize = GetRootPrefixSize(prefix); in FillFixedReparse()
DArchiveExtractCallback.cpp760 unsigned n = NName::GetRootPrefixSize(linkPath); in GetStream()