Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/dexpreopt/
H A Ddexpreopt_test.go104 productPackages := android.PathForTesting("product_packages.txt")
132 productPackages := android.PathForTesting("product_packages.txt")
196 productPackages := android.PathForTesting("product_packages.txt")
239 productPackages := android.PathForTesting("product_packages.txt")
275 productPackages := android.PathForTesting("product_packages.txt")
299 productPackages := android.PathForTesting("product_packages.txt")
323 productPackages := android.PathForTesting("product_packages.txt")
347 productPackages := android.PathForTesting("product_packages.txt")
349 module.ProfileClassListing = android.OptionalPathForPath(android.PathForTesting("profile"))
H A Dconfig.go779 Profman: android.PathForTesting("profman"),
780 Dex2oat: android.PathForTesting("dex2oat"),
781 Aapt: android.PathForTesting("aapt2"),
782 SoongZip: android.PathForTesting("soong_zip"),
783 Zip2zip: android.PathForTesting("zip2zip"),
784 ManifestCheck: android.PathForTesting("manifest_check"),
785 ConstructContext: android.PathForTesting("construct_context"),
H A Dtesting.go30 return android.OptionalPathForPath(android.PathForTesting("dex2oat"))
/aosp_15_r20/build/soong/android/
H A Dandroidmk_test.go54 path := PathForTesting("dist-output-file.out")
73 path := PathForTesting("default-dist.out")
191 dc.licenseMetadataFile = PathForTesting("meta_lic")
290 return distCopy{PathForTesting(from), to}
H A Dpaths_test.go167 path = OptionalPathForPath(PathForTesting("path"))
1646 uniquePaths[i] = PathForTesting(strconv.Itoa(i))
H A Dutil_test.go578 paths[i] = PathForTesting(s)
H A Dmodule_test.go760 result = append(result, NamedPath{PathForTesting(p.path), p.name})
H A Dpaths.go2327 func PathForTesting(paths ...string) Path { func
2351 p[i] = PathForTesting(s)
/aosp_15_r20/build/soong/dexpreopt/dexpreopt_gen/
H A Ddexpreopt_gen.go135 moduleConfig.DexPath = android.PathForTesting("$1")
210 …ctx, globalSoong, global, module, android.PathForTesting(productPackagesPath), cpApexSscpServerJar)
/aosp_15_r20/external/wayland-protocols/
H A Dwayland_protocol_codegen_test.go456 t.outputFile = android.PathForTesting("out", ctx.ModuleName())
/aosp_15_r20/build/soong/rust/
H A Drust_test.go138 …barPath := android.PathForTesting("out/soong/.intermediates/external/libbar/libbar/linux_glibc_x86…
/aosp_15_r20/build/soong/cc/
H A Dcc_test.go811 return android.PathForTesting(moduleName)
/aosp_15_r20/build/soong/java/
H A Dapp_test.go1346 aaptInfo.imports = append(aaptInfo.imports, android.PathForTesting(aaptFlags[i+1]))