/build/blueprint/bootstrap/ |
D | config.go | 45 return c.SoongOutDir() 84 SoongOutDir() string methodSpec
|
D | glob.go | 48 return filepath.Join(config.(BootstrapConfig).SoongOutDir(), "bpglob"), nil
|
/build/soong/ui/build/ |
D | soong.go | 113 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 …]
|
D | config.go | 281 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 …]
|
D | test_build.go | 80 bpglob := filepath.Join(config.SoongOutDir(), "bpglob")
|
D | ninja.go | 224 ninjaEnvVarsFile := shared.JoinPath(config.SoongOutDir(), ninjaEnvFileName)
|
D | staging_snapshot.go | 213 snapshotFilename := shared.JoinPath(config.SoongOutDir(), "staged_files.json")
|
D | build.go | 39 katiEnabledMarker := filepath.Join(config.SoongOutDir(), ".soong.kati_enabled") 88 writeValueIfChanged(ctx, config, config.SoongOutDir(), "build_number.txt", buildNumber)
|
D | kati.go | 196 writeValueIfChanged(ctx, config, config.SoongOutDir(), "build_hostname.txt", hostname)
|
/build/soong/cmd/soong_build/ |
D | main.go | 55 …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/ |
D | app_set_test.go | 59 …s.Replace(params.ImplicitOutputs[0].String(), android.OutSoongDir, result.Config.SoongOutDir(), 1),
|
D | java_test.go | 1224 if expected != android.StringPathRelativeToTop(ctx.Config().SoongOutDir(), got) {
|
D | base.go | 1073 patchPaths := []string{".", ctx.Config().SoongOutDir()}
|
D | app_test.go | 2507 outSoongDir := result.Config.SoongOutDir()
|
/build/soong/tradefed_modules/ |
D | test_module_config_test.go | 94 convertedActual[i] = strings.Replace(e, ctx.Config.SoongOutDir(), "", 2) 96 …android.AssertArrayString(t, fmt.Sprintf("%s", ctx.Config.SoongOutDir()), convertedActual, []strin…
|
/build/soong/android/ |
D | gen_notice.go | 79 ctx.Config().SoongOutDir() + "/",
|
D | config.go | 84 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")
|
D | fixture.go | 1016 if rel, isRel := MaybeRel(pathContext, r.Config.SoongOutDir(), pathAsString); isRel {
|
D | paths.go | 1805 fullPath := ctx.Config().SoongOutDir()
|
/build/soong/rust/ |
D | project_json_test.go | 39 …content, err := ioutil.ReadFile(filepath.Join(result.Config.SoongOutDir(), rustProjectJsonFileName…
|
/build/soong/dexpreopt/ |
D | config.go | 208 buildDirPrefix := ctx.Config().SoongOutDir() + "/"
|
/build/soong/apex/ |
D | apex_test.go | 5080 …s singleton outputs %q", android.StringPathsRelativeToTop(ctx.Config().SoongOutDir(), s.AllOutputs… 11110 …s singleton outputs %q", android.StringPathsRelativeToTop(ctx.Config().SoongOutDir(), s.AllOutputs…
|