Searched refs:genPathWithExt (Results 1 – 2 of 2) sorted by relevance
/build/soong/android/ |
D | bazel_paths.go | 444 func (p BazelOutPath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath { func
|
D | paths.go | 223 genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath methodSpec 236 return path.genPathWithExt(ctx, subdir, ext) 1429 func (p SourcePath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath { func 1549 func (p ModuleGenPath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath { func
|