Searched refs:ModuleOutPathContext (Results 1 – 2 of 2) sorted by relevance
/build/soong/android/ |
D | paths.go | 222 genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath argument 225 objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath argument 228 resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath argument 233 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath { argument 243 func ObjPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleObjPath { argument 254 func ResPathWithName(ctx ModuleOutPathContext, p Path, name string) ModuleResPath { argument 1149 func (p OutputPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { 1326 func (p SourcePath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath { 1330 func (p SourcePath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { 1334 func (p SourcePath) resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath { [all …]
|
D | bazel_paths.go | 347 func (p BazelOutPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath {
|