Home
last modified time | relevance | path

Searched refs:PathForArbitraryOutput (Results 1 – 10 of 10) sorted by relevance

/build/soong/android/
Dproduct_packages_file.go36 …output := PathForArbitraryOutput(ctx, "target", "product", ctx.Config().DeviceName(), "product_pac…
Dotatools_package_cert_zip.go54 fileListFile := PathForArbitraryOutput(ctx, ".module_paths", "OtaToolsCertFiles.list")
Dtest_mapping_zip.go28 fileListFile := PathForArbitraryOutput(ctx, ".module_paths", "TEST_MAPPING.list")
Dsbom.go58 …buildFingerprintFile := PathForArbitraryOutput(ctx, "target", "product", String(prodVars.DeviceNam…
Dconfig.go1041 …return PathForArbitraryOutput(ctx, "target", "product", *c.deviceNameToInstall, String(c.productVa…
1069 …return PathForArbitraryOutput(ctx, "target", "product", *c.deviceNameToInstall, String(c.productVa…
Dpaths.go1364 func PathForArbitraryOutput(ctx PathContext, pathComponents ...string) WritablePath { func
/build/soong/compliance/
Dnotice.go75 …buildFingerprintFile := android.PathForArbitraryOutput(ctx, "target", "product", android.String(pr…
/build/soong/golang/
Dgolang.go97 …outputFile := android.PathForArbitraryOutput(ctx, android.Rel(ctx, ctx.Config().OutDir(), g.Interm…
/build/soong/fsgen/
Dfilesystem_creator.go1134 …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/
Dcmake_snapshot.go497 FlagWithArg("-C ", android.PathForArbitraryOutput(ctx).String()).