Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_path_unittest.cc1147 FilePath from_native = FilePath(cases[i].native); in TEST_F() local
1148 EXPECT_EQ(cases[i].utf8, from_native.AsUTF8Unsafe()) in TEST_F()
1151 EXPECT_EQ(from_utf8.value(), from_native.value()); in TEST_F()