Home
last modified time | relevance | path

Searched defs:IsDrivePath2 (Results 1 – 1 of 1) sorted by relevance

/third_party/lzma/CPP/Windows/
DFileName.cpp214 bool IsDrivePath2(const wchar_t *s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':'; } in IsDrivePath2() function
252 bool IsDrivePath2(CFSTR s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':'; } in IsDrivePath2() function