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

/external/lzma/CPP/Windows/
H A DFileName.cpp85 bool IsDrivePath(const wchar_t *s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':' && s[2] == '\\'; } function in namespace:NWindows::NFile::NName
91 bool IsDrivePath(CFSTR s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':' && s[2] == '\\'; } function in namespace:NWindows::NFile::NName
98 return s[0] == WCHAR_PATH_SEPARATOR || IsDrivePath(s);
119 if (IsDrivePath(s))
166 if (IsDrivePath(s))
454 if (IsDrivePath(s))
485 if (IsDrivePath(curDir))
619 if (IsDrivePath(s))
646 if (IsDrivePath(curDir))

Completed in 55 milliseconds