Searched refs:testonly_utf8_to_winpath (Results 1 – 3 of 3) sorted by relevance
186 wtest_tmpdir = testonly_utf8_to_winpath(test_tmpdir.c_str()); in SetUp()410 ASSERT_EQ(testonly_utf8_to_winpath("relative_mkdirtest"), in TEST_F()412 ASSERT_EQ(testonly_utf8_to_winpath("preserve//\\trailing///"), in TEST_F()414 ASSERT_EQ(testonly_utf8_to_winpath("./normalize_me\\/../blah"), in TEST_F()423 ASSERT_EQ(testonly_utf8_to_winpath(relpath.str().c_str()), in TEST_F()429 ASSERT_EQ(testonly_utf8_to_winpath("/absolute/unix/path"), L""); in TEST_F()431 ASSERT_EQ(testonly_utf8_to_winpath("\\driveless\\absolute"), L""); in TEST_F()433 ASSERT_EQ(testonly_utf8_to_winpath("c:foo"), L""); in TEST_F()434 ASSERT_EQ(testonly_utf8_to_winpath("c:/foo"), L"\\\\?\\c:\\foo"); in TEST_F()435 ASSERT_EQ(testonly_utf8_to_winpath("\\\\?\\C:\\foo"), L"\\\\?\\C:\\foo"); in TEST_F()
76 PROTOBUF_EXPORT std::wstring testonly_utf8_to_winpath(const char* path);
355 wstring testonly_utf8_to_winpath(const char* path) { in testonly_utf8_to_winpath() function