Home
last modified time | relevance | path

Searched defs:GetRootPrefixSize (Results 1 – 1 of 1) 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