Home
last modified time | relevance | path

Searched refs:PathForTesting (Results 1 – 7 of 7) sorted by relevance

/build/soong/dexpreopt/
Dconfig.go327 Profman: android.PathForTesting("profman"),
328 Dex2oat: android.PathForTesting("dex2oat"),
329 Aapt: android.PathForTesting("aapt"),
330 SoongZip: android.PathForTesting("soong_zip"),
331 Zip2zip: android.PathForTesting("zip2zip"),
332 VerifyUsesLibraries: android.PathForTesting("verify_uses_libraries.sh"),
333 ConstructContext: android.PathForTesting("construct_context.sh"),
Ddexpreopt_test.go40 …DexPreoptImages: android.Paths{android.PathForTesting("system/framework/arm/boot.a…
112 module.ProfileClassListing = android.OptionalPathForPath(android.PathForTesting("profile"))
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go94 moduleConfig.StripInputPath = android.PathForTesting("$1")
97 moduleConfig.DexPath = android.PathForTesting("$1")
/build/soong/java/
Djdeps_test.go79 module.expandJarjarRules = android.PathForTesting(expected)
/build/soong/genrule/
Dgenrule_test.go554 t.outputFile = android.PathForTesting("out", ctx.ModuleName())
/build/soong/android/
Dpaths.go1199 func PathForTesting(paths ...string) Path { func
1211 p[i] = PathForTesting(s)
/build/soong/cc/
Dcc_test.go1514 return android.PathForTesting(moduleName)