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.go56 func (c Config) BuildDir() string { func
/build/soong/
Dsoong.bootstrap.in1 BUILDDIR="@@BuildDir@@"
/build/blueprint/bootstrap/
Dcommand.go47 BuildDir string var
55 flag.StringVar(&BuildDir, "b", ".", "the build output directory")
116 NinjaBuildDir = BuildDir
Dconfig.go39 return BuildDir
Dglob.go128 fileListFile := filepath.Join(BuildDir, ".glob", g.Name)
Dcleanup.go53 "@@BuildDir@@", BuildDir)
Dbootstrap.go169 return filepath.Join(BuildDir, bootstrapSubDir, "bin")
176 return filepath.Join(BuildDir, "bin")
690 primaryBuilderNinjaGlobFile := filepath.Join(BuildDir, bootstrapSubDir, "build-globs.ninja")
/build/soong/cmd/soong_build/
Dmain.go61 configuration, err := android.NewConfig(srcDir, bootstrap.BuildDir)
/build/soong/dexpreopt/
Dconfig.go144 buildDirPrefix := ctx.Config().BuildDir() + "/"
/build/soong/java/
Djava.go932 patchPaths := ".:" + ctx.Config().BuildDir()