Searched refs:GetRootPrefixSize (Results 1 – 6 of 6) sorted by relevance
70 unsigned GetRootPrefixSize(CFSTR s) throw();79 unsigned GetRootPrefixSize(const wchar_t *s) throw();
277 unsigned GetRootPrefixSize(CFSTR s) in GetRootPrefixSize() function326 unsigned GetRootPrefixSize(const wchar_t *s) throw() in GetRootPrefixSize() function340 unsigned GetRootPrefixSize(CFSTR s) { return IS_SEPAR(s[0]) ? 1 : 0; } in GetRootPrefixSize() function342 unsigned GetRootPrefixSize(const wchar_t *s) { return IS_SEPAR(s[0]) ? 1 : 0; } in GetRootPrefixSize() function752 unsigned prefixSize = GetRootPrefixSize(s); in GetFullPath()
342 unsigned prefixSize = GetRootPrefixSize(_path); in CreateComplexDir()
264 int rootSize = GetRootPrefixSize(FilePath); in OnInit()928 int pos = GetRootPrefixSize(path); in CorrectFsPath()
510 return IsPathSepar(s[0]) && GetRootPrefixSize(s) == 0; in IsVirtualFsFolder()876 unsigned rootPrefixSize = GetRootPrefixSize(prefix); in FillFixedReparse()
760 unsigned n = NName::GetRootPrefixSize(linkPath); in GetStream()