Searched refs:path_utf16 (Results 1 – 1 of 1) sorted by relevance
51 std::wstring path_utf16; in GetFileType() local52 if (!::android::base::UTF8PathToWindowsLongPath(path.c_str(), &path_utf16)) { in GetFileType()56 DWORD result = GetFileAttributesW(path_utf16.c_str()); in GetFileType()