Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go222 genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath methodSpec
235 return path.genPathWithExt(ctx, subdir, ext)
1326 func (p SourcePath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath { func
1449 func (p ModuleGenPath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath { func