Searched refs:PathForTesting (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/build/soong/dexpreopt/ |
H A D | dexpreopt_test.go | 104 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 D | config.go | 779 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 D | testing.go | 30 return android.OptionalPathForPath(android.PathForTesting("dex2oat"))
|
/aosp_15_r20/build/soong/android/ |
H A D | androidmk_test.go | 54 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 D | paths_test.go | 167 path = OptionalPathForPath(PathForTesting("path")) 1646 uniquePaths[i] = PathForTesting(strconv.Itoa(i))
|
H A D | util_test.go | 578 paths[i] = PathForTesting(s)
|
H A D | module_test.go | 760 result = append(result, NamedPath{PathForTesting(p.path), p.name})
|
H A D | paths.go | 2327 func PathForTesting(paths ...string) Path { func 2351 p[i] = PathForTesting(s)
|
/aosp_15_r20/build/soong/dexpreopt/dexpreopt_gen/ |
H A D | dexpreopt_gen.go | 135 moduleConfig.DexPath = android.PathForTesting("$1") 210 …ctx, globalSoong, global, module, android.PathForTesting(productPackagesPath), cpApexSscpServerJar)
|
/aosp_15_r20/external/wayland-protocols/ |
H A D | wayland_protocol_codegen_test.go | 456 t.outputFile = android.PathForTesting("out", ctx.ModuleName())
|
/aosp_15_r20/build/soong/rust/ |
H A D | rust_test.go | 138 …barPath := android.PathForTesting("out/soong/.intermediates/external/libbar/libbar/linux_glibc_x86…
|
/aosp_15_r20/build/soong/cc/ |
H A D | cc_test.go | 811 return android.PathForTesting(moduleName)
|
/aosp_15_r20/build/soong/java/ |
H A D | app_test.go | 1346 aaptInfo.imports = append(aaptInfo.imports, android.PathForTesting(aaptFlags[i+1]))
|