Home
last modified time | relevance | path

Searched refs:path_utf16 (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/util/
DFiles.cpp51 std::wstring path_utf16; in GetFileType() local
52 if (!::android::base::UTF8PathToWindowsLongPath(path.c_str(), &path_utf16)) { in GetFileType()
56 DWORD result = GetFileAttributesW(path_utf16.c_str()); in GetFileType()