Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
H A DFileName.cpp340 unsigned GetRootPrefixSize(CFSTR s) throw() in GetRootPrefixSize() function
389 unsigned GetRootPrefixSize(const wchar_t *s) throw() in GetRootPrefixSize() function
403 unsigned GetRootPrefixSize(CFSTR s) throw();
404 unsigned GetRootPrefixSize(CFSTR s) throw() { return IS_SEPAR(s[0]) ? 1 : 0; } in GetRootPrefixSize() function
406 unsigned GetRootPrefixSize(const wchar_t *s) throw() { return IS_SEPAR(s[0]) ? 1 : 0; } in GetRootPrefixSize() function
819 const unsigned prefixSize = GetRootPrefixSize(s); in GetFullPath()
846 unsigned fixedSize = GetRootPrefixSize(curDir); in GetFullPath()
H A DFileName.h68 /* GetRootPrefixSize() returns size of ROOT PREFIX for cases:
78 unsigned GetRootPrefixSize(CFSTR s) throw();
87 unsigned GetRootPrefixSize(const wchar_t *s) throw();
H A DFileDir.cpp415 const unsigned prefixSize = GetRootPrefixSize(_path); in CreateComplexDir()
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DBrowseDialog.cpp246 unsigned rootSize = GetRootPrefixSize(FilePath); in OnInit()
994 start = GetRootPrefixSize(path); in CorrectFsPath()
/third_party/lzma/CPP/7zip/UI/Common/
H A DEnumDirItems.cpp781 return IsPathSepar(s[0]) && GetRootPrefixSize(s) == 0; in IsVirtualFsFolder()
1314 const unsigned rootPrefixSize = GetRootPrefixSize(prefix); in FillFixedReparse()
H A DArchiveExtractCallback.cpp898 unsigned n = NName::GetRootPrefixSize(_link.linkPath); in ReadLink()

Completed in 9 milliseconds