Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Ddexpreopt_test.go105 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"))
Dconfig.go786 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"),
Dtesting.go30 return android.OptionalPathForPath(android.PathForTesting("dex2oat"))
/build/soong/android/
Dandroidmk_test.go53 path := PathForTesting("dist-output-file.out")
72 path := PathForTesting("default-dist.out")
183 dc.licenseMetadataFile = PathForTesting("meta_lic")
282 return distCopy{PathForTesting(from), to}
Dpaths_test.go167 path = OptionalPathForPath(PathForTesting("path"))
1646 uniquePaths[i] = PathForTesting(strconv.Itoa(i))
Dutil_test.go578 paths[i] = PathForTesting(s)
Dmodule_test.go761 result = append(result, NamedPath{PathForTesting(p.path), p.name})
Dpaths.go2308 func PathForTesting(paths ...string) Path { func
2332 p[i] = PathForTesting(s)
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go135 moduleConfig.DexPath = android.PathForTesting("$1")
209 ctx, globalSoong, global, module, android.PathForTesting(productPackagesPath))
/build/soong/rust/
Drust_test.go138 …barPath := android.PathForTesting("out/soong/.intermediates/external/libbar/libbar/linux_glibc_x86…
/build/soong/cc/
Dcc_test.go811 return android.PathForTesting(moduleName)
/build/soong/java/
Dapp_test.go1421 aaptInfo.imports = append(aaptInfo.imports, android.PathForTesting(aaptFlags[i+1]))