Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_path.cc454 FilePath no_ext = RemoveExtension(); in ReplaceExtension() local
458 return no_ext; in ReplaceExtension()
460 StringType str = no_ext.value(); in ReplaceExtension()