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.go1182 m.installTarget = PathForPhony(ctx, name)
1189 m.checkbuildTarget = PathForPhony(ctx, name)
2362 modulesInDir[p] = append(modulesInDir[p], PathForPhony(ctx, mmTarget(dir)))
2398 osClass[className] = append(osClass[className], PathForPhony(ctx, name))
Dpaths.go1448 func PathForPhony(ctx PathContext, phony string) WritablePath { func
/build/soong/java/
Ddexpreopt_bootjars.go682 phony := android.PathForPhony(ctx, "dump-oat-boot-"+suffix)
693 phony := android.PathForPhony(ctx, "dump-oat-boot")
/build/soong/apex/
Dbuilder.go811 Output: android.PathForPhony(ctx, a.Name()+"-deps-info"),