Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.cpp141 unsigned GetRootPrefixSize(CFSTR s) throw() in GetRootPrefixSize() function
188 unsigned GetRootPrefixSize(const wchar_t *s) throw() in GetRootPrefixSize() function
202 unsigned GetRootPrefixSize(CFSTR s) throw() { return s[0] == CHAR_PATH_SEPRATOR ? 1 : 0; } in GetRootPrefixSize() function
204 unsigned GetRootPrefixSize(const wchar_t *s) throw() { return s[0] == CHAR_PATH_SEPRATOR ? 1 : 0; } in GetRootPrefixSize() function
597 unsigned prefixSize = GetRootPrefixSize(s); in GetFullPath()
DFileName.h38 unsigned GetRootPrefixSize(const wchar_t *s) throw();
/external/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp258 int rootSize = GetRootPrefixSize(FilePath); in OnInit()
917 int pos = GetRootPrefixSize(path); in CorrectFsPath()
/external/lzma/CPP/7zip/UI/Common/
DEnumDirItems.cpp735 unsigned rootPrefixSize = GetRootPrefixSize(prefix); in FillFixedReparse()
DArchiveExtractCallback.cpp546 unsigned n = NName::GetRootPrefixSize(linkPath); in GetStream()