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.cc879 FilePath removed_final = path.RemoveFinalExtension(); in TEST_F() local
882 EXPECT_EQ(cases[i].expected, removed_final.value()) << "i: " << i << in TEST_F()
888 FilePath removed_final = path.RemoveFinalExtension(); in TEST_F() local
890 EXPECT_EQ(FPL("foo.tar"), removed_final.value()) << ", path: " in TEST_F()