Home
last modified time | relevance | path

Searched refs:PathForTesting (Results 1 – 12 of 12) 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.go559 paths[i] = PathForTesting(s)
Dpaths.go1478 func PathForTesting(paths ...string) Path { func
1490 p[i] = PathForTesting(s)
Dpaths_test.go1292 uniquePaths[i] = PathForTesting(strconv.Itoa(i))
/build/soong/dexpreopt/
Dconfig.go571 Profman: android.PathForTesting("profman"),
572 Dex2oat: android.PathForTesting("dex2oat"),
573 Aapt: android.PathForTesting("aapt"),
574 SoongZip: android.PathForTesting("soong_zip"),
575 Zip2zip: android.PathForTesting("zip2zip"),
576 ManifestCheck: android.PathForTesting("manifest_check"),
577 ConstructContext: android.PathForTesting("construct_context"),
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.go137 …libBarPath := android.PathForTesting("out/soong/.intermediates/external/libbar/libbar/linux_glibc_…
138 …libLibPath := android.PathForTesting("out/soong/.intermediates/external/libbar/libbar/linux_glibc_…
156 …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.go2402 return android.PathForTesting(moduleName)