Home
last modified time | relevance | path

Searched refs:PathForOutput (Results 1 – 25 of 48) sorted by relevance

12

/build/soong/android/
Drule_builder_test.go55 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 …]
Dmodule_test.go192 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"),
Dwritedocs.go45 return PathForOutput(ctx, primaryBuilder)
65 docsFile := PathForOutput(ctx, "docs", "soong_build.html")
83 "outDir": PathForOutput(ctx, "docs").String(),
Dninja_deps_test.go48 Output: PathForOutput(ctx, "test_ninja_deps_out"),
Dtest_suites.go65 outputFile := PathForOutput(ctx, "packaging", "robolectric-tests.zip")
Dqueryview.go63 bazelQueryViewDirectory := PathForOutput(ctx, name)
Drule_builder.go582 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))
Dpaths.go465 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/
Ddexpreopt_test.go39 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/
Dbp2build.go28 bp2buildDir := android.PathForOutput(ctx, "bp2build")
35 soongInjectionDir := android.PathForOutput(ctx, "soong_injection")
/build/soong/bloaty/
Dbloaty.go108 Output: android.PathForOutput(ctx, protoFilename),
113 ctx.DistForGoalWithFilename("checkbuild", android.PathForOutput(ctx, protoFilename), protoFilename)
/build/soong/apex/
Dapex_singleton.go92 newAllowedDeps := android.PathForOutput(ctx, "apex", "depsinfo", "new-allowed-deps.txt")
93 s.allowedApexDepsInfoCheckResult = android.PathForOutput(ctx, newAllowedDeps.Rel()+".check")
/build/soong/cc/
Dndk_sysroot.go82 return android.PathForOutput(ctx, "ndk_base.timestamp")
88 return android.PathForOutput(ctx, "ndk.timestamp")
Dutil.go130 outPath := android.PathForOutput(ctx, out)
144 outPath := android.PathForOutput(ctx, out)
155 outPath := android.PathForOutput(ctx, out)
Dcflag_artifacts.go58 filepath := android.PathForOutput(ctx, "cflags", filename)
126 outputpath := android.PathForOutput(ctx, "cflags", filename)
Dvendor_snapshot.go517 zipPath := android.PathForOutput(
524 snapshotOutputList := android.PathForOutput(
540 FlagWithArg("-C ", android.PathForOutput(ctx, snapshotDir).String()).
/build/soong/java/
Dboot_jars.go34 timestamp := android.PathForOutput(ctx, "boot-jars-package-check/stamp")
Dsdk.go319 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")
Dlint.go432 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")
Ddexpreopt_config.go54 deviceDir := android.PathForOutput(ctx, ctx.Config().DeviceName())
171 dir := android.PathForOutput(ctx, ctx.Config().DeviceName(), "updatable_bootjars")
Djdeps.go99 jfpath := android.PathForOutput(ctx, jdepsJsonFileName)
Dhiddenapi_singleton.go105 hiddenapiDir := android.PathForOutput(ctx, "hiddenapi")
Ddroiddoc.go772 …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/
Dlocations.go54 return []string{cmd.PathForOutput(l.path)}
Dgenrule.go317 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"))

12