Home
last modified time | relevance | path

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

/external/skia/experimental/tskit/
Dcompile.sh41 if [[ $@ = *no_ext* ]] ; then
/external/libchrome/base/files/
Dfile_path.cc453 FilePath no_ext = RemoveExtension(); in ReplaceExtension() local
457 return no_ext; in ReplaceExtension()
459 StringType str = no_ext.value(); in ReplaceExtension()