Home
last modified time | relevance | path

Searched refs:BuildDir (Results 1 – 12 of 12) sorted by relevance

/build/blueprint/bootstrap/minibp/
Dmain.go42 under = []string{filepath.Join(bootstrap.BuildDir, ".bootstrap")}
43 exempt = []string{filepath.Join(bootstrap.BuildDir, ".bootstrap", "build.ninja")}
/build/soong/android/
Dwritedocs.go37 primaryBuilder, err := filepath.Rel(ctx.Config().BuildDir(), os.Args[0])
40 os.Args[0], ctx.Config().BuildDir())
Dconfig.go61 func (c Config) BuildDir() string { func
/build/soong/
Dsoong.bootstrap.in1 BUILDDIR="@@BuildDir@@"
/build/soong/cmd/soong_build/
Dmain.go102 configuration, err := android.NewConfig(srcDir, bootstrap.BuildDir)
123 …extraNinjaDeps = append(extraNinjaDeps, filepath.Join(configuration.BuildDir(), "always_rerun_for_…
/build/blueprint/bootstrap/
Dcommand.go47 BuildDir string var
57 flag.StringVar(&BuildDir, "b", ".", "the build output directory")
120 NinjaBuildDir = BuildDir
Dconfig.go39 return BuildDir
Dglob.go128 fileListFile := filepath.Join(BuildDir, ".glob", g.Name)
Dcleanup.go53 "@@BuildDir@@", BuildDir)
Dbootstrap.go171 return filepath.Join(BuildDir, bootstrapSubDir, "bin")
178 return filepath.Join(BuildDir, "bin")
700 …primaryBuilderNinjaGlobFile := absolutePath(filepath.Join(BuildDir, bootstrapSubDir, "build-globs.…
/build/soong/dexpreopt/
Dconfig.go148 buildDirPrefix := ctx.Config().BuildDir() + "/"
/build/soong/java/
Djava.go1231 patchPaths := ".:" + ctx.Config().BuildDir()