Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/fsgen/
H A Dfilesystem_creator.go891 …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 Dsbom.go58 …buildFingerprintFile := PathForArbitraryOutput(ctx, "target", "product", String(prodVars.DeviceNam…
H A Dconfig.go910 …return PathForArbitraryOutput(ctx, "target", "product", c.DeviceName(), String(c.productVariables.…
938 …return PathForArbitraryOutput(ctx, "target", "product", c.DeviceName(), String(c.productVariables.…
H A Dpaths.go1356 func PathForArbitraryOutput(ctx PathContext, pathComponents ...string) Path { func
/aosp_15_r20/build/soong/golang/
H A Dgolang.go97 …outputFile := android.PathForArbitraryOutput(ctx, android.Rel(ctx, ctx.Config().OutDir(), g.Interm…
/aosp_15_r20/build/soong/filesystem/
H A Dfilesystem.go851 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 Dcmake_snapshot.go503 FlagWithArg("-C ", android.PathForArbitraryOutput(ctx).String()).