Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.cpp105 static unsigned GetRootPrefixSize_Of_NetworkPath(CFSTR s) throw() in GetRootPrefixSize_Of_NetworkPath() function
123 unsigned size = GetRootPrefixSize_Of_NetworkPath(s + 2); in GetRootPrefixSize_Of_SimplePath()
131 unsigned size = GetRootPrefixSize_Of_NetworkPath(s + kSuperUncPathPrefixSize); in GetRootPrefixSize_Of_SuperPath()
152 static unsigned GetRootPrefixSize_Of_NetworkPath(const wchar_t *s) throw() in GetRootPrefixSize_Of_NetworkPath() function
170 unsigned size = GetRootPrefixSize_Of_NetworkPath(s + 2); in GetRootPrefixSize_Of_SimplePath()
178 unsigned size = GetRootPrefixSize_Of_NetworkPath(s + kSuperUncPathPrefixSize); in GetRootPrefixSize_Of_SuperPath()
439 unsigned fixedSize = GetRootPrefixSize_Of_NetworkPath(temp); in GetSuperPathBase()
495 fixedSize = GetRootPrefixSize_Of_NetworkPath(&curDir[2]); in GetSuperPathBase()
652 fixedSize = GetRootPrefixSize_Of_NetworkPath(&curDir[2]); in GetFullPath()