Searched refs:isDriveLetter (Results 1 – 1 of 1) sorted by relevance
158 static bool isDriveLetter(wchar_t c) { in isDriveLetter() function170 if (isDriveLetter((*utf16)[0]) && (*utf16)[1] == L':' && in UTF8PathToWindowsLongPath()