Home
last modified time | relevance | path

Searched refs:PathForPhony (Results 1 – 5 of 5) sorted by relevance

/build/soong/android/
Dphony.go60 Outputs: []WritablePath{PathForPhony(ctx, phony)},
Dmodule.go1093 m.installTarget = PathForPhony(ctx, name)
1100 m.checkbuildTarget = PathForPhony(ctx, name)
2229 modulesInDir[p] = append(modulesInDir[p], PathForPhony(ctx, mmTarget(dir)))
2265 osClass[className] = append(osClass[className], PathForPhony(ctx, name))
Dpaths.go1345 func PathForPhony(ctx PathContext, phony string) WritablePath { func
/build/soong/java/
Ddexpreopt_bootjars.go675 phony := android.PathForPhony(ctx, "dump-oat-boot-"+arch.String())
686 phony := android.PathForPhony(ctx, "dump-oat-boot")
/build/soong/apex/
Dbuilder.go748 Output: android.PathForPhony(ctx, a.Name()+"-deps-info"),