Home
last modified time | relevance | path

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

/aosp12/system/libbase/
H A Dutf8.cpp162 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 Dutf8_test.cpp420 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 Dutf8.h70 bool UTF8PathToWindowsLongPath(const char* utf8, std::wstring* utf16);
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DCommand.cpp41 CHECK(android::base::UTF8PathToWindowsLongPath(arg.data(), &path16)) in GetSafePath()
/aosp12/frameworks/base/tools/aapt2/util/
H A DFiles.cpp52 if (!::android::base::UTF8PathToWindowsLongPath(path.c_str(), &path_utf16)) { in GetFileType()