/build/soong/android/ |
D | rule_builder_test.go | 55 FlagWithOutput("-o ", PathForOutput(ctx, "linked")) 81 SymlinkOutput(PathForOutput(ctx, "a")) 83 ImplicitSymlinkOutput(PathForOutput(ctx, "b")) 107 Output(PathForOutput(ctx, "b")) 110 Input(PathForOutput(ctx, "b")). 111 Output(PathForOutput(ctx, "c")) 112 rule.Temporary(PathForOutput(ctx, "b")) 134 Output(PathForOutput(ctx, "b")) 137 Input(PathForOutput(ctx, "b")). 138 Output(PathForOutput(ctx, "c")) [all …]
|
D | module_test.go | 192 Output: PathForOutput(pathContext, "undeclared_symlink"), 193 SymlinkOutput: PathForOutput(pathContext, "undeclared_symlink"), 203 ImplicitOutput: PathForOutput(pathContext, "undeclared_symlink"), 204 SymlinkOutput: PathForOutput(pathContext, "undeclared_symlink"), 217 Output: PathForOutput(pathContext, "regular_output"), 219 ImplicitOutput: PathForOutput(pathContext, "implicit_output"), 221 SymlinkOutput: PathForOutput(pathContext, "undeclared_symlink"),
|
D | writedocs.go | 45 return PathForOutput(ctx, primaryBuilder) 65 docsFile := PathForOutput(ctx, "docs", "soong_build.html") 83 "outDir": PathForOutput(ctx, "docs").String(),
|
D | ninja_deps_test.go | 48 Output: PathForOutput(ctx, "test_ninja_deps_out"),
|
D | test_suites.go | 65 outputFile := PathForOutput(ctx, "packaging", "robolectric-tests.zip")
|
D | queryview.go | 63 bazelQueryViewDirectory := PathForOutput(ctx, name)
|
D | rule_builder.go | 582 From: proto.String(PathForOutput(r.ctx).String()), 637 Flag("--sandbox-path").Text(shared.TempDirForOutDir(PathForOutput(r.ctx).String())). 811 func (c *RuleBuilderCommand) PathForOutput(path WritablePath) string { func 822 …relOut, isRelOut, _ := maybeRelErr(PathForOutput(ctx, "host", ctx.Config().PrebuiltOS()).String(),… 841 rel, isRelOut, _ := maybeRelErr(PathForOutput(r.ctx).String(), path.String()) 1106 return c.Text(c.PathForOutput(path)) 1132 return c.Text(c.PathForOutput(path)) 1223 return c.Text(flag + c.PathForOutput(path)) 1230 return c.Text(flag + c.PathForOutput(path))
|
D | paths.go | 465 if rel, err := filepath.Rel(PathForOutput(ctx).String(), goBinary.InstallPath()); err == nil { 466 return Paths{PathForOutput(ctx, rel).WithoutRel()}, nil 1181 func PathForOutput(ctx PathContext, pathComponents ...string) OutputPath { func 1195 ret[i] = PathForOutput(ctx, path) 1221 ret := PathForOutput(ctx, pathtools.ReplaceExtension(p.path, ext)) 1233 ret := PathForOutput(ctx, filepath.Dir(p.path), path) 1245 return PathForOutput(ctx, ".intermediates", path) 1366 return PathForOutput(ctx, ".intermediates", ctx.ModuleDir(), ctx.ModuleName(), ctx.ModuleSubDir()) 1676 …rel := Rel(ctx, PathForOutput(ctx, "target", "product", ctx.Config().DeviceName()).String(), path.…
|
/build/soong/dexpreopt/ |
D | dexpreopt_test.go | 39 BuildPath: android.PathForOutput(ctx, fmt.Sprintf("%s/%s.apk", name, name)), 40 …DexPath: android.PathForOutput(ctx, fmt.Sprintf("%s/dex/%s.jar", name, nam… 46 …EnforceUsesLibrariesStatusFile: android.PathForOutput(ctx, fmt.Sprintf("%s/enforce_uses_libraries… 74 {android.PathForOutput(ctx, "test/oat/arm/package.odex"), "/system/app/test/oat/arm/test.odex"}, 75 {android.PathForOutput(ctx, "test/oat/arm/package.vdex"), "/system/app/test/oat/arm/test.vdex"}, 131 …{android.PathForOutput(ctx, name+"/oat/arm/package.odex"), fmt.Sprintf("/%s/app/test/oat/arm/%s.od… 132 …{android.PathForOutput(ctx, name+"/oat/arm/package.vdex"), fmt.Sprintf("/%s/app/test/oat/arm/%s.vd… 158 {android.PathForOutput(ctx, "test/profile.prof"), "/system/app/test/test.apk.prof"}, 159 {android.PathForOutput(ctx, "test/oat/arm/package.art"), "/system/app/test/oat/arm/test.art"}, 160 {android.PathForOutput(ctx, "test/oat/arm/package.odex"), "/system/app/test/oat/arm/test.odex"}, [all …]
|
/build/soong/bp2build/ |
D | bp2build.go | 28 bp2buildDir := android.PathForOutput(ctx, "bp2build") 35 soongInjectionDir := android.PathForOutput(ctx, "soong_injection")
|
/build/soong/bloaty/ |
D | bloaty.go | 108 Output: android.PathForOutput(ctx, protoFilename), 113 ctx.DistForGoalWithFilename("checkbuild", android.PathForOutput(ctx, protoFilename), protoFilename)
|
/build/soong/apex/ |
D | apex_singleton.go | 92 newAllowedDeps := android.PathForOutput(ctx, "apex", "depsinfo", "new-allowed-deps.txt") 93 s.allowedApexDepsInfoCheckResult = android.PathForOutput(ctx, newAllowedDeps.Rel()+".check")
|
/build/soong/cc/ |
D | ndk_sysroot.go | 82 return android.PathForOutput(ctx, "ndk_base.timestamp") 88 return android.PathForOutput(ctx, "ndk.timestamp")
|
D | util.go | 130 outPath := android.PathForOutput(ctx, out) 144 outPath := android.PathForOutput(ctx, out) 155 outPath := android.PathForOutput(ctx, out)
|
D | cflag_artifacts.go | 58 filepath := android.PathForOutput(ctx, "cflags", filename) 126 outputpath := android.PathForOutput(ctx, "cflags", filename)
|
D | vendor_snapshot.go | 517 zipPath := android.PathForOutput( 524 snapshotOutputList := android.PathForOutput( 540 FlagWithArg("-C ", android.PathForOutput(ctx, snapshotDir).String()).
|
/build/soong/java/ |
D | boot_jars.go | 34 timestamp := android.PathForOutput(ctx, "boot-jars-package-check/stamp")
|
D | sdk.go | 319 aidl := android.PathForOutput(ctx, "aidl", pathtools.ReplaceExtension(jar.Base(), "aidl")) 345 return android.PathForOutput(ctx, "framework.aidl") 351 return android.PathForOutput(ctx, "framework_non_updatable.aidl") 403 return android.PathForOutput(ctx, "api_fingerprint.txt")
|
D | lint.go | 432 FlagWithArg("--url ", fmt.Sprintf(".=.,%s=out", android.PathForOutput(ctx).String())). 560 return android.PathForOutput(ctx, "lint", "annotations.zip") 564 return android.PathForOutput(ctx, "lint", name) 607 l.htmlZip = android.PathForOutput(ctx, "lint-report-html.zip") 610 l.textZip = android.PathForOutput(ctx, "lint-report-text.zip") 613 l.xmlZip = android.PathForOutput(ctx, "lint-report-xml.zip")
|
D | dexpreopt_config.go | 54 deviceDir := android.PathForOutput(ctx, ctx.Config().DeviceName()) 171 dir := android.PathForOutput(ctx, ctx.Config().DeviceName(), "updatable_bootjars")
|
D | jdeps.go | 99 jfpath := android.PathForOutput(ctx, jdepsJsonFileName)
|
D | hiddenapi_singleton.go | 105 hiddenapiDir := android.PathForOutput(ctx, "hiddenapi")
|
D | droiddoc.go | 772 …jsilver := android.PathForOutput(ctx, "host", ctx.Config().PrebuiltOS(), "framework", "jsilver.jar… 773 …doclava := android.PathForOutput(ctx, "host", ctx.Config().PrebuiltOS(), "framework", "doclava.jar… 886 cmd.Text("rm -rf").Text(cmd.PathForOutput(srcJarDir)) 888 cmd.Text("mkdir -p").Text(cmd.PathForOutput(srcJarDir)) 895 FlagWithArg("-d ", cmd.PathForOutput(srcJarDir)).
|
/build/soong/genrule/ |
D | locations.go | 54 return []string{cmd.PathForOutput(l.path)}
|
D | genrule.go | 317 if s, err := filepath.Rel(android.PathForOutput(ctx).String(), t.InstallPath()); err == nil { 318 toolPath := android.PathForOutput(ctx, s) 443 sandboxOuts = append(sandboxOuts, cmd.PathForOutput(out)) 453 return cmd.PathForOutput(task.genDir), nil 696 return rule.Command().PathForOutput(outFile), nil 700 depFile := rule.Command().PathForOutput(outFile.ReplaceExtension(ctx, "d"))
|