Searched refs:genPathWithExtAndTrimExt (Results 1 – 1 of 1) sorted by relevance
/build/soong/android/ |
D | paths.go | 281 …genPathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir, ext string, trimExt string) ModuleGenPa… methodSpec 304 return path.genPathWithExtAndTrimExt(ctx, subdir, ext, trimExt) 1516 func (p SourcePath) genPathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir, ext string, trimExt … func 1614 func (p ModuleGenPath) genPathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir, ext string, trimE… func
|