Home
last modified time | relevance | path

Searched defs:ModuleOutPathContext (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/soong/android/
H A Dpaths.go233 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath {
243 func ObjPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleObjPath {
254 func ResPathWithName(ctx ModuleOutPathContext, p Path, name string) ModuleResPath {
1149 func (p OutputPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath {
1334 func (p SourcePath) resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath {
1357 type ModuleOutPathContext interface { interface
1365 func pathForModuleOut(ctx ModuleOutPathContext) OutputPath {
1409 func PathForModuleOut(ctx ModuleOutPathContext, paths ...string) ModuleOutPath {
1437 func PathForModuleGen(ctx ModuleOutPathContext, paths ...string) ModuleGenPath {
1474 func PathForModuleObj(ctx ModuleOutPathContext, pathComponents ...string) ModuleObjPath {
[all …]
H A Dbazel_paths.go347 func (p BazelOutPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath {