Searched refs:PathForArbitraryOutput (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/build/soong/fsgen/ |
H A D | filesystem_creator.go | 891 …makeFileList := android.PathForArbitraryOutput(ctx, fmt.Sprintf("target/product/%s/obj/PACKAGING/%… 926 …makeVbmetaFile := android.PathForArbitraryOutput(ctx, fmt.Sprintf("target/product/%s/%s.img", ctx.… 993 …makeBootImage := android.PathForArbitraryOutput(ctx, fmt.Sprintf("target/product/%s/boot.img", ctx… 1001 …makeBootImage := android.PathForArbitraryOutput(ctx, fmt.Sprintf("target/product/%s/vendor_boot.im… 1009 …makeBootImage := android.PathForArbitraryOutput(ctx, fmt.Sprintf("target/product/%s/init_boot.img"… 1017 …makeSuperImage := android.PathForArbitraryOutput(ctx, fmt.Sprintf("target/product/%s/super.img", c…
|
/aosp_15_r20/build/soong/android/ |
H A D | sbom.go | 58 …buildFingerprintFile := PathForArbitraryOutput(ctx, "target", "product", String(prodVars.DeviceNam…
|
H A D | config.go | 910 …return PathForArbitraryOutput(ctx, "target", "product", c.DeviceName(), String(c.productVariables.… 938 …return PathForArbitraryOutput(ctx, "target", "product", c.DeviceName(), String(c.productVariables.…
|
H A D | paths.go | 1356 func PathForArbitraryOutput(ctx PathContext, pathComponents ...string) Path { func
|
/aosp_15_r20/build/soong/golang/ |
H A D | golang.go | 97 …outputFile := android.PathForArbitraryOutput(ctx, android.Rel(ctx, ctx.Config().OutDir(), g.Interm…
|
/aosp_15_r20/build/soong/filesystem/ |
H A D | filesystem.go | 851 Implicit(android.PathForArbitraryOutput(ctx, stampFile)). 853 FlagWithInput("--file-list", android.PathForArbitraryOutput(ctx, fileListFile)). 855 Text(android.PathForArbitraryOutput(ctx, stagingDir).String())
|
/aosp_15_r20/build/soong/cc/ |
H A D | cmake_snapshot.go | 503 FlagWithArg("-C ", android.PathForArbitraryOutput(ctx).String()).
|