Searched refs:PathForArbitraryOutput (Results 1 – 10 of 10) sorted by relevance
| /build/soong/android/ |
| D | product_packages_file.go | 36 …output := PathForArbitraryOutput(ctx, "target", "product", ctx.Config().DeviceName(), "product_pac…
|
| D | otatools_package_cert_zip.go | 54 fileListFile := PathForArbitraryOutput(ctx, ".module_paths", "OtaToolsCertFiles.list")
|
| D | test_mapping_zip.go | 28 fileListFile := PathForArbitraryOutput(ctx, ".module_paths", "TEST_MAPPING.list")
|
| D | sbom.go | 58 …buildFingerprintFile := PathForArbitraryOutput(ctx, "target", "product", String(prodVars.DeviceNam…
|
| D | config.go | 1041 …return PathForArbitraryOutput(ctx, "target", "product", *c.deviceNameToInstall, String(c.productVa… 1069 …return PathForArbitraryOutput(ctx, "target", "product", *c.deviceNameToInstall, String(c.productVa…
|
| D | paths.go | 1364 func PathForArbitraryOutput(ctx PathContext, pathComponents ...string) WritablePath { func
|
| /build/soong/compliance/ |
| D | notice.go | 75 …buildFingerprintFile := android.PathForArbitraryOutput(ctx, "target", "product", android.String(pr…
|
| /build/soong/golang/ |
| D | golang.go | 97 …outputFile := android.PathForArbitraryOutput(ctx, android.Rel(ctx, ctx.Config().OutDir(), g.Interm…
|
| /build/soong/fsgen/ |
| D | filesystem_creator.go | 1134 …makeFileList := android.PathForArbitraryOutput(ctx, fmt.Sprintf("target/product/%s/obj/PACKAGING/%… 1169 …makeVbmetaFile := android.PathForArbitraryOutput(ctx, fmt.Sprintf("target/product/%s/%s.img", ctx.… 1242 …makeBootImage := android.PathForArbitraryOutput(ctx, fmt.Sprintf("target/product/%s/boot.img", ctx… 1250 …makeBootImage := android.PathForArbitraryOutput(ctx, fmt.Sprintf("target/product/%s/vendor_boot.im… 1258 …makeBootImage := android.PathForArbitraryOutput(ctx, fmt.Sprintf("target/product/%s/init_boot.img"… 1266 …makeSuperImage := android.PathForArbitraryOutput(ctx, fmt.Sprintf("target/product/%s/super.img", c…
|
| /build/soong/cc/ |
| D | cmake_snapshot.go | 497 FlagWithArg("-C ", android.PathForArbitraryOutput(ctx).String()).
|