Searched refs:UTF8PathToWindowsLongPath (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/libbase/ |
H A D | utf8.cpp | 162 bool UTF8PathToWindowsLongPath(const char* utf8, std::wstring* utf16) { in UTF8PathToWindowsLongPath() function 186 if (!UTF8PathToWindowsLongPath(name, &name_utf16)) { in fopen() 200 if (!UTF8PathToWindowsLongPath(name, &name_utf16)) { in mkdir() 209 if (!UTF8PathToWindowsLongPath(name, &name_utf16)) { in open() 226 if (!UTF8PathToWindowsLongPath(name, &name_utf16)) { in unlink()
|
H A D | utf8_test.cpp | 420 EXPECT_TRUE(UTF8PathToWindowsLongPath(utf8.c_str(), &wide)); in TEST() 432 EXPECT_TRUE(UTF8PathToWindowsLongPath(utf8.c_str(), &wide)); in TEST() 445 EXPECT_TRUE(UTF8PathToWindowsLongPath(utf8.c_str(), &wide)); in TEST()
|
/aosp12/system/libbase/include/android-base/ |
H A D | utf8.h | 70 bool UTF8PathToWindowsLongPath(const char* utf8, std::wstring* utf16);
|
/aosp12/frameworks/base/tools/aapt2/cmd/ |
H A D | Command.cpp | 41 CHECK(android::base::UTF8PathToWindowsLongPath(arg.data(), &path16)) in GetSafePath()
|
/aosp12/frameworks/base/tools/aapt2/util/ |
H A D | Files.cpp | 52 if (!::android::base::UTF8PathToWindowsLongPath(path.c_str(), &path_utf16)) { in GetFileType()
|