Home
last modified time | relevance | path

Searched refs:SoongOutDir (Results 1 – 22 of 22) sorted by relevance

/build/blueprint/bootstrap/
Dconfig.go45 return c.SoongOutDir()
84 SoongOutDir() string methodSpec
Dglob.go48 return filepath.Join(config.(BootstrapConfig).SoongOutDir(), "bpglob"), nil
/build/soong/ui/build/
Dsoong.go113 func (c BlueprintConfig) SoongOutDir() string { func
139 "--available_env", shared.JoinPath(config.SoongOutDir(), availableEnvFile),
245 …globfiles := bootstrap.GlobFileListFiles(bootstrap.GlobDirectory(config.SoongOutDir(), globPathNam…
268 epochPath := filepath.Join(config.SoongOutDir(), epochFile)
319 queryviewDir := filepath.Join(config.SoongOutDir(), "queryview")
399 OutFile: shared.JoinPath(config.SoongOutDir(), "bootstrap.ninja"),
407 soongOutDir: config.SoongOutDir(),
428 GlobDir: bootstrap.GlobDirectory(config.SoongOutDir(), globPathName),
578 envFile := filepath.Join(config.SoongOutDir(), availableEnvFile)
641 "-f", filepath.Join(config.SoongOutDir(), "bootstrap.ninja"),
[all …]
Dconfig.go281 ret.moduleDebugFile, _ = filepath.Abs(shared.JoinPath(ret.SoongOutDir(), "soong-debug-info.json"))
995 func (c *configImpl) SoongOutDir() string { func
1016 return filepath.Join(c.SoongOutDir(), "host", c.PrebuiltOS(), "bin")
1023 return shared.JoinPath(c.SoongOutDir(), "globs-"+name+".ninja")
1028 return shared.JoinPath(c.SoongOutDir(), usedEnvFile+"."+v+"."+tag)
1030 return shared.JoinPath(c.SoongOutDir(), usedEnvFile+"."+tag)
1034 return shared.JoinPath(c.SoongOutDir(), "docs/soong_build.html")
1038 return shared.JoinPath(c.SoongOutDir(), "queryview.marker")
1042 return shared.JoinPath(c.SoongOutDir(), "module-graph.json")
1046 return shared.JoinPath(c.SoongOutDir(), "module-actions.json")
[all …]
Dtest_build.go80 bpglob := filepath.Join(config.SoongOutDir(), "bpglob")
Dninja.go224 ninjaEnvVarsFile := shared.JoinPath(config.SoongOutDir(), ninjaEnvFileName)
Dstaging_snapshot.go213 snapshotFilename := shared.JoinPath(config.SoongOutDir(), "staged_files.json")
Dbuild.go39 katiEnabledMarker := filepath.Join(config.SoongOutDir(), ".soong.kati_enabled")
88 writeValueIfChanged(ctx, config, config.SoongOutDir(), "build_number.txt", buildNumber)
Dkati.go196 writeValueIfChanged(ctx, config, config.SoongOutDir(), "build_hostname.txt", hostname)
/build/soong/cmd/soong_build/
Dmain.go55 …flag.StringVar(&cmdlineArgs.SoongOutDir, "soong_out", "", "Soong output directory (usually $TOP/ou…
203 globDir := bootstrap.GlobDirectory(ctx.Config().SoongOutDir(), globListDir)
312 …extraNinjaDeps = append(extraNinjaDeps, filepath.Join(configuration.SoongOutDir(), "always_rerun_f…
/build/soong/java/
Dapp_set_test.go59 …s.Replace(params.ImplicitOutputs[0].String(), android.OutSoongDir, result.Config.SoongOutDir(), 1),
Djava_test.go1224 if expected != android.StringPathRelativeToTop(ctx.Config().SoongOutDir(), got) {
Dbase.go1073 patchPaths := []string{".", ctx.Config().SoongOutDir()}
Dapp_test.go2507 outSoongDir := result.Config.SoongOutDir()
/build/soong/tradefed_modules/
Dtest_module_config_test.go94 convertedActual[i] = strings.Replace(e, ctx.Config.SoongOutDir(), "", 2)
96 …android.AssertArrayString(t, fmt.Sprintf("%s", ctx.Config.SoongOutDir()), convertedActual, []strin…
/build/soong/android/
Dgen_notice.go79 ctx.Config().SoongOutDir() + "/",
Dconfig.go84 SoongOutDir string member
117 func (c Config) SoongOutDir() string { func
474 soongOutDir: cmdArgs.SoongOutDir,
490 absBuildDir, err := filepath.Abs(cmdArgs.SoongOutDir)
510 KatiEnabledMarkerFile := filepath.Join(cmdArgs.SoongOutDir, ".soong.kati_enabled")
Dfixture.go1016 if rel, isRel := MaybeRel(pathContext, r.Config.SoongOutDir(), pathAsString); isRel {
Dpaths.go1805 fullPath := ctx.Config().SoongOutDir()
/build/soong/rust/
Dproject_json_test.go39 …content, err := ioutil.ReadFile(filepath.Join(result.Config.SoongOutDir(), rustProjectJsonFileName…
/build/soong/dexpreopt/
Dconfig.go208 buildDirPrefix := ctx.Config().SoongOutDir() + "/"
/build/soong/apex/
Dapex_test.go5080 …s singleton outputs %q", android.StringPathsRelativeToTop(ctx.Config().SoongOutDir(), s.AllOutputs…
11110 …s singleton outputs %q", android.StringPathsRelativeToTop(ctx.Config().SoongOutDir(), s.AllOutputs…