Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.cpp63 bool IsDrivePath(const wchar_t *s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':' && IS_SEPAR… in IsDrivePath() function
189 bool IsDrivePath(CFSTR s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':' && IS_SEPAR(s[2]); } in IsDrivePath() function