Searched refs:PathForTesting (Results 1 – 12 of 12) sorted by relevance
| /build/soong/dexpreopt/ |
| D | dexpreopt_test.go | 105 productPackages := android.PathForTesting("product_packages.txt") 133 productPackages := android.PathForTesting("product_packages.txt") 197 productPackages := android.PathForTesting("product_packages.txt") 231 productPackages := android.PathForTesting("product_packages.txt") 258 productPackages := android.PathForTesting("product_packages.txt") 282 productPackages := android.PathForTesting("product_packages.txt") 306 productPackages := android.PathForTesting("product_packages.txt") 330 productPackages := android.PathForTesting("product_packages.txt") 332 module.ProfileClassListing = android.OptionalPathForPath(android.PathForTesting("profile"))
|
| D | config.go | 786 Profman: android.PathForTesting("profman"), 787 Dex2oat: android.PathForTesting("dex2oat"), 788 Aapt: android.PathForTesting("aapt2"), 789 SoongZip: android.PathForTesting("soong_zip"), 790 Zip2zip: android.PathForTesting("zip2zip"), 791 ManifestCheck: android.PathForTesting("manifest_check"), 792 ConstructContext: android.PathForTesting("construct_context"),
|
| D | testing.go | 30 return android.OptionalPathForPath(android.PathForTesting("dex2oat"))
|
| /build/soong/android/ |
| D | androidmk_test.go | 53 path := PathForTesting("dist-output-file.out") 72 path := PathForTesting("default-dist.out") 183 dc.licenseMetadataFile = PathForTesting("meta_lic") 282 return distCopy{PathForTesting(from), to}
|
| D | paths_test.go | 167 path = OptionalPathForPath(PathForTesting("path")) 1646 uniquePaths[i] = PathForTesting(strconv.Itoa(i))
|
| D | util_test.go | 578 paths[i] = PathForTesting(s)
|
| D | module_test.go | 761 result = append(result, NamedPath{PathForTesting(p.path), p.name})
|
| D | paths.go | 2308 func PathForTesting(paths ...string) Path { func 2332 p[i] = PathForTesting(s)
|
| /build/soong/dexpreopt/dexpreopt_gen/ |
| D | dexpreopt_gen.go | 135 moduleConfig.DexPath = android.PathForTesting("$1") 209 ctx, globalSoong, global, module, android.PathForTesting(productPackagesPath))
|
| /build/soong/rust/ |
| D | rust_test.go | 138 …barPath := android.PathForTesting("out/soong/.intermediates/external/libbar/libbar/linux_glibc_x86…
|
| /build/soong/cc/ |
| D | cc_test.go | 811 return android.PathForTesting(moduleName)
|
| /build/soong/java/ |
| D | app_test.go | 1421 aaptInfo.imports = append(aaptInfo.imports, android.PathForTesting(aaptFlags[i+1]))
|