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