Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_path_unittest.cc881 FilePath removed_final = path.RemoveFinalExtension(); in TEST_F() local
884 EXPECT_EQ(cases[i].expected, removed_final.value()) << "i: " << i << in TEST_F()
890 FilePath removed_final = path.RemoveFinalExtension(); in TEST_F() local
892 EXPECT_EQ(FPL("foo.tar"), removed_final.value()) << ", path: " in TEST_F()