Home
last modified time | relevance | path

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

/external/chromium_org/base/files/
Dfile_path.cc452 FilePath no_ext = RemoveExtension(); in ReplaceExtension() local
455 return no_ext; in ReplaceExtension()
457 StringType str = no_ext.value(); in ReplaceExtension()