Home
last modified time | relevance | path

Searched refs:PathForTesting (Results 1 – 16 of 16) 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.go56 path := PathForTesting("dist-output-file.out")
75 path := PathForTesting("default-dist.out")
289 return distCopy{PathForTesting(from), to}
Dpaths_test.go151 path = OptionalPathForPath(PathForTesting("path"))
1562 uniquePaths[i] = PathForTesting(strconv.Itoa(i))
Dutil_test.go568 paths[i] = PathForTesting(s)
Dmodule_test.go805 result = append(result, NamedPath{PathForTesting(p.path), p.name})
Drule_builder_test.go80 FlagWithInput("-s ", PathForTesting("a.o")).
Dpaths.go1962 func PathForTesting(paths ...string) Path { func
1974 p[i] = PathForTesting(s)
/build/soong/dexpreopt/
Dconfig.go697 Profman: android.PathForTesting("profman"),
698 Dex2oat: android.PathForTesting("dex2oat"),
699 Aapt: android.PathForTesting("aapt"),
700 SoongZip: android.PathForTesting("soong_zip"),
701 Zip2zip: android.PathForTesting("zip2zip"),
702 ManifestCheck: android.PathForTesting("manifest_check"),
703 ConstructContext: android.PathForTesting("construct_context"),
Dtesting.go30 return android.OptionalPathForPath(android.PathForTesting("dex2oat"))
Ddexpreopt_test.go246 module.ProfileClassListing = android.OptionalPathForPath(android.PathForTesting("profile"))
/build/soong/java/
Djdeps_test.go79 module.expandJarjarRules = android.PathForTesting(expected)
/build/soong/snapshot/
Dhost_test.go38 return (android.OptionalPathForPath(android.PathForTesting(hostTestBinOut(c.Name()))))
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go130 moduleConfig.DexPath = android.PathForTesting("$1")
/build/soong/rust/
Drust_test.go196 …barPath := android.PathForTesting("out/soong/.intermediates/external/libbar/libbar/linux_glibc_x86…
/build/soong/cc/
Dcc_test.go2582 return android.PathForTesting(moduleName)