Searched refs:BuildDir (Results 1 – 12 of 12) sorted by relevance
/build/blueprint/bootstrap/minibp/ |
D | main.go | 42 under = []string{filepath.Join(bootstrap.BuildDir, ".bootstrap")} 43 exempt = []string{filepath.Join(bootstrap.BuildDir, ".bootstrap", "build.ninja")}
|
/build/soong/android/ |
D | writedocs.go | 37 primaryBuilder, err := filepath.Rel(ctx.Config().BuildDir(), os.Args[0]) 40 os.Args[0], ctx.Config().BuildDir())
|
D | config.go | 56 func (c Config) BuildDir() string { func
|
/build/soong/ |
D | soong.bootstrap.in | 1 BUILDDIR="@@BuildDir@@"
|
/build/blueprint/bootstrap/ |
D | command.go | 47 BuildDir string var 55 flag.StringVar(&BuildDir, "b", ".", "the build output directory") 116 NinjaBuildDir = BuildDir
|
D | config.go | 39 return BuildDir
|
D | glob.go | 128 fileListFile := filepath.Join(BuildDir, ".glob", g.Name)
|
D | cleanup.go | 53 "@@BuildDir@@", BuildDir)
|
D | bootstrap.go | 169 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/ |
D | main.go | 61 configuration, err := android.NewConfig(srcDir, bootstrap.BuildDir)
|
/build/soong/dexpreopt/ |
D | config.go | 144 buildDirPrefix := ctx.Config().BuildDir() + "/"
|
/build/soong/java/ |
D | java.go | 932 patchPaths := ".:" + ctx.Config().BuildDir()
|