Searched refs:testonly_utf8_to_winpath (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/protobuf/src/google/protobuf/io/ |
H A D | io_win32_unittest.cc | 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()
|
H A D | io_win32.h | 79 PROTOBUF_EXPORT std::wstring testonly_utf8_to_winpath(const char* path);
|
H A D | io_win32.cc | 359 wstring testonly_utf8_to_winpath(const char* path) { in testonly_utf8_to_winpath() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/ |
H A D | io_win32_unittest.cc | 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()
|
H A D | io_win32.h | 79 PROTOBUF_EXPORT std::wstring testonly_utf8_to_winpath(const char* path);
|
H A D | io_win32.cc | 359 wstring testonly_utf8_to_winpath(const char* path) { in testonly_utf8_to_winpath() function
|