Home
last modified time | relevance | path

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

/system/libbase/
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()
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()
/system/libbase/include/android-base/
Dutf8.h70 bool UTF8PathToWindowsLongPath(const char* utf8, std::wstring* utf16);