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