Searched refs:ModuleOutPathContext (Results 1 – 2 of 2) sorted by relevance
/aosp12/build/soong/android/ |
H A D | paths.go | 222 genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath 225 objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath 228 resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath 254 func ResPathWithName(ctx ModuleOutPathContext, p Path, name string) ModuleResPath { argument 1334 func (p SourcePath) resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath { argument 1357 type ModuleOutPathContext interface { interface 1365 func pathForModuleOut(ctx ModuleOutPathContext) OutputPath { argument 1409 func PathForModuleOut(ctx ModuleOutPathContext, paths ...string) ModuleOutPath { argument 1437 func PathForModuleGen(ctx ModuleOutPathContext, paths ...string) ModuleGenPath { argument 1474 func PathForModuleObj(ctx ModuleOutPathContext, pathComponents ...string) ModuleObjPath { argument [all …]
|
H A D | bazel_paths.go | 347 func (p BazelOutPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { argument
|