Searched refs:ModuleOutPathContext (Results 1 – 2 of 2) sorted by relevance
/build/soong/android/ |
D | paths.go | 223 genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath argument 226 objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath argument 229 resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath argument 234 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath { argument 244 func ObjPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleObjPath { argument 255 func ResPathWithName(ctx ModuleOutPathContext, p Path, name string) ModuleResPath { argument 1251 func (p OutputPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { 1429 func (p SourcePath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath { 1433 func (p SourcePath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { 1437 func (p SourcePath) resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath { [all …]
|
D | bazel_paths.go | 444 func (p BazelOutPath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath { 448 func (p BazelOutPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath {
|