Searched refs:GetRootPrefixSize (Results 1 – 5 of 5) sorted by relevance
141 unsigned GetRootPrefixSize(CFSTR s) throw() in GetRootPrefixSize() function188 unsigned GetRootPrefixSize(const wchar_t *s) throw() in GetRootPrefixSize() function202 unsigned GetRootPrefixSize(CFSTR s) throw() { return s[0] == CHAR_PATH_SEPRATOR ? 1 : 0; } in GetRootPrefixSize() function204 unsigned GetRootPrefixSize(const wchar_t *s) throw() { return s[0] == CHAR_PATH_SEPRATOR ? 1 : 0; } in GetRootPrefixSize() function597 unsigned prefixSize = GetRootPrefixSize(s); in GetFullPath()
38 unsigned GetRootPrefixSize(const wchar_t *s) throw();
258 int rootSize = GetRootPrefixSize(FilePath); in OnInit()917 int pos = GetRootPrefixSize(path); in CorrectFsPath()
735 unsigned rootPrefixSize = GetRootPrefixSize(prefix); in FillFixedReparse()
546 unsigned n = NName::GetRootPrefixSize(linkPath); in GetStream()