Home
last modified time | relevance | path

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

/build/soong/android/
Ddepset_test.go26 a := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("a")).Build()
27 b := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("b")).Transitive(a).Build()
28 c := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("c")).Transitive(a).Build()
29 d := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("d")).Transitive(b, c).Build()
36 a := NewDepSetBuilder(PREORDER).Direct(PathForTesting("a")).Build()
37 b := NewDepSetBuilder(PREORDER).Direct(PathForTesting("b")).Transitive(a).Build()
38 c := NewDepSetBuilder(PREORDER).Direct(PathForTesting("c")).Transitive(a).Build()
39 d := NewDepSetBuilder(PREORDER).Direct(PathForTesting("d")).Transitive(b, c).Build()
46 a := NewDepSetBuilder(TOPOLOGICAL).Direct(PathForTesting("a")).Build()
47 b := NewDepSetBuilder(TOPOLOGICAL).Direct(PathForTesting("b")).Transitive(a).Build()
[all …]
Dninja_deps_test.go47 Input: PathForTesting("foo"),
Dandroidmk_test.go55 path := PathForTesting("dist-output-file.out")
74 path := PathForTesting("default-dist.out")
280 return distCopy{PathForTesting(from), to}
Dutil_test.go568 paths[i] = PathForTesting(s)
Dpaths_test.go145 path = OptionalPathForPath(PathForTesting("path"))
1469 uniquePaths[i] = PathForTesting(strconv.Itoa(i))
Dpaths.go1842 func PathForTesting(paths ...string) Path { func
1854 p[i] = PathForTesting(s)
Drule_builder_test.go80 FlagWithInput("-s ", PathForTesting("a.o")).
/build/soong/dexpreopt/
Dconfig.go650 Profman: android.PathForTesting("profman"),
651 Dex2oat: android.PathForTesting("dex2oat"),
652 Aapt: android.PathForTesting("aapt"),
653 SoongZip: android.PathForTesting("soong_zip"),
654 Zip2zip: android.PathForTesting("zip2zip"),
655 ManifestCheck: android.PathForTesting("manifest_check"),
656 ConstructContext: android.PathForTesting("construct_context"),
Dtesting.go30 return android.OptionalPathForPath(android.PathForTesting("dex2oat"))
Ddexpreopt_test.go150 module.ProfileClassListing = android.OptionalPathForPath(android.PathForTesting("profile"))
/build/soong/java/
Djdeps_test.go79 module.expandJarjarRules = android.PathForTesting(expected)
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go128 moduleConfig.DexPath = android.PathForTesting("$1")
/build/soong/rust/
Drust_test.go153 …barPath := android.PathForTesting("out/soong/.intermediates/external/libbar/libbar/linux_glibc_x86…
/build/soong/cc/
Dcc_test.go2618 return android.PathForTesting(moduleName)