Searched refs:RemoveFinalExtension (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/base/files/
H A Dfile_path.h259 FilePath RemoveFinalExtension() const WARN_UNUSED_RESULT;
H A Dfile_path_unittest.cc876 FilePath removed_final = path.RemoveFinalExtension();
885 FilePath removed_final = path.RemoveFinalExtension();
H A Dfile_path.cc396 FilePath FilePath::RemoveFinalExtension() const { function in class:base::FilePath

Completed in 2248 milliseconds