Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.cpp239 static unsigned GetRootPrefixSize_Of_NetworkPath(CFSTR s) in GetRootPrefixSize_Of_NetworkPath() function
259 unsigned size = GetRootPrefixSize_Of_NetworkPath(s + 2); in GetRootPrefixSize_Of_SimplePath()
267 unsigned size = GetRootPrefixSize_Of_NetworkPath(s + kSuperUncPathPrefixSize); in GetRootPrefixSize_Of_SuperPath()
288 static unsigned GetRootPrefixSize_Of_NetworkPath(const wchar_t *s) in GetRootPrefixSize_Of_NetworkPath() function
308 unsigned size = GetRootPrefixSize_Of_NetworkPath(s + 2); in GetRootPrefixSize_Of_SimplePath()
316 unsigned size = GetRootPrefixSize_Of_NetworkPath(s + kSuperUncPathPrefixSize); in GetRootPrefixSize_Of_SuperPath()
589 unsigned fixedSize = GetRootPrefixSize_Of_NetworkPath(temp); in GetSuperPathBase()
650 fixedSize = GetRootPrefixSize_Of_NetworkPath(curDir.Ptr(2)); in GetSuperPathBase()
806 fixedSize = GetRootPrefixSize_Of_NetworkPath(curDir.Ptr(2)); in GetFullPath()