Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Ddepset_test.go26 a := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("a")).Build()
27 b := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("b")).Transitive(a).Build()
36 a := NewDepSetBuilder(PREORDER).Direct(PathForTesting("a")).Build()
46 a := NewDepSetBuilder(TOPOLOGICAL).Direct(PathForTesting("a")).Build()
56 a := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("a")).Build()
68 a := PathForTesting("a")
69 b := PathForTesting("b")
70 c := PathForTesting("c")
71 c2 := PathForTesting("c2")
72 d := PathForTesting("d")
[all …]
H A Dninja_deps_test.go47 Input: PathForTesting("foo"),
H A Dandroidmk_test.go55 path := PathForTesting("dist-output-file.out")
74 path := PathForTesting("default-dist.out")
280 return distCopy{PathForTesting(from), to}
H A Dpaths_test.go145 path = OptionalPathForPath(PathForTesting("path"))
1469 uniquePaths[i] = PathForTesting(strconv.Itoa(i))
H A Dutil_test.go568 paths[i] = PathForTesting(s)
H A Dpaths.go1842 func PathForTesting(paths ...string) Path { func
1854 p[i] = PathForTesting(s)
H A Drule_builder_test.go80 FlagWithInput("-s ", PathForTesting("a.o")).
/aosp12/build/soong/dexpreopt/
H A 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"),
H A Dtesting.go30 return android.OptionalPathForPath(android.PathForTesting("dex2oat"))
H A Ddexpreopt_test.go150 module.ProfileClassListing = android.OptionalPathForPath(android.PathForTesting("profile"))
/aosp12/build/soong/java/
H A Djdeps_test.go79 module.expandJarjarRules = android.PathForTesting(expected)
/aosp12/build/soong/dexpreopt/dexpreopt_gen/
H A Ddexpreopt_gen.go128 moduleConfig.DexPath = android.PathForTesting("$1")
/aosp12/build/soong/rust/
H A Drust_test.go153 …barPath := android.PathForTesting("out/soong/.intermediates/external/libbar/libbar/linux_glibc_x86…
/aosp12/build/soong/cc/
H A Dcc_test.go2618 return android.PathForTesting(moduleName)