Searched refs:UTF8PathToWindowsLongPath (Results 1 – 3 of 3) sorted by relevance
162 bool UTF8PathToWindowsLongPath(const char* utf8, std::wstring* utf16) { in UTF8PathToWindowsLongPath() function186 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()
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()
70 bool UTF8PathToWindowsLongPath(const char* utf8, std::wstring* utf16);