Home
last modified time | relevance | path

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

/build/soong/android/
Ddepset_test.go25 a := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("a")).Build()
26 b := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("b")).Transitive(a).Build()
27 c := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("c")).Transitive(a).Build()
28 d := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("d")).Transitive(b, c).Build()
35 a := NewDepSetBuilder(PREORDER).Direct(PathForTesting("a")).Build()
36 b := NewDepSetBuilder(PREORDER).Direct(PathForTesting("b")).Transitive(a).Build()
37 c := NewDepSetBuilder(PREORDER).Direct(PathForTesting("c")).Transitive(a).Build()
38 d := NewDepSetBuilder(PREORDER).Direct(PathForTesting("d")).Transitive(b, c).Build()
45 a := NewDepSetBuilder(TOPOLOGICAL).Direct(PathForTesting("a")).Build()
46 b := NewDepSetBuilder(TOPOLOGICAL).Direct(PathForTesting("b")).Transitive(a).Build()
[all …]
Dutil_test.go548 paths[i] = PathForTesting(s)
Dpaths.go1375 func PathForTesting(paths ...string) Path { func
1387 p[i] = PathForTesting(s)
/build/soong/dexpreopt/
Dconfig.go549 Profman: android.PathForTesting("profman"),
550 Dex2oat: android.PathForTesting("dex2oat"),
551 Aapt: android.PathForTesting("aapt"),
552 SoongZip: android.PathForTesting("soong_zip"),
553 Zip2zip: android.PathForTesting("zip2zip"),
554 ManifestCheck: android.PathForTesting("manifest_check"),
555 ConstructContext: android.PathForTesting("construct_context.sh"),
Dtesting.go28 return android.OptionalPathForPath(android.PathForTesting("dex2oat"))
Ddexpreopt_test.go51 …DexPreoptImages: android.Paths{android.PathForTesting("system/framework/arm/boot.a…
152 module.ProfileClassListing = android.OptionalPathForPath(android.PathForTesting("profile"))
/build/soong/rust/
Drust_test.go120 …libBarPath := android.PathForTesting("out/soong/.intermediates/external/libbar/libbar/linux_glibc_…
121 …libLibPath := android.PathForTesting("out/soong/.intermediates/external/libbar/libbar/linux_glibc_…
139 …barPath := android.PathForTesting("out/soong/.intermediates/external/libbar/libbar/linux_glibc_x86…
/build/soong/java/
Djdeps_test.go79 module.expandJarjarRules = android.PathForTesting(expected)
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go117 moduleConfig.DexPath = android.PathForTesting("$1")
/build/soong/genrule/
Dgenrule_test.go736 t.outputFile = android.PathForTesting("out", ctx.ModuleName())
/build/soong/cc/
Dcc_test.go2305 return android.PathForTesting(moduleName)