Searched refs:testonly_utf8_to_winpath (Results 1 – 3 of 3) sorted by relevance
201 wtest_tmpdir = testonly_utf8_to_winpath(test_tmpdir.c_str()); in SetUp()587 ASSERT_EQ(testonly_utf8_to_winpath("relative_mkdirtest"), in TEST_F()589 ASSERT_EQ(testonly_utf8_to_winpath("preserve//\\trailing///"), in TEST_F()591 ASSERT_EQ(testonly_utf8_to_winpath("./normalize_me\\/../blah"), in TEST_F()600 ASSERT_EQ(testonly_utf8_to_winpath(relpath.str().c_str()), in TEST_F()606 ASSERT_EQ(testonly_utf8_to_winpath("/absolute/unix/path"), L""); in TEST_F()608 ASSERT_EQ(testonly_utf8_to_winpath("\\driveless\\absolute"), L""); in TEST_F()610 ASSERT_EQ(testonly_utf8_to_winpath("c:foo"), L""); in TEST_F()611 ASSERT_EQ(testonly_utf8_to_winpath("c:/foo"), L"\\\\?\\c:\\foo"); in TEST_F()612 ASSERT_EQ(testonly_utf8_to_winpath("\\\\?\\C:\\foo"), L"\\\\?\\C:\\foo"); in TEST_F()
77 PROTOBUF_EXPORT std::wstring testonly_utf8_to_winpath(const char* path);
359 wstring testonly_utf8_to_winpath(const char* path) { in testonly_utf8_to_winpath() function