Searched refs:bootstrapDir (Results 1 – 2 of 2) sorted by relevance
/build/soong/ui/build/ |
D | test_build.go | 67 bootstrapDir := filepath.Join(outDir, "soong", ".bootstrap") 81 if strings.HasPrefix(line, bootstrapDir) ||
|
/build/blueprint/bootstrap/ |
D | bootstrap.go | 37 …goTestMainCmd = pctx.StaticVariable("goTestMainCmd", filepath.Join(bootstrapDir, "bin", "gotestm… 38 …goTestRunnerCmd = pctx.StaticVariable("goTestRunnerCmd", filepath.Join(bootstrapDir, "bin", "gotes… 39 …pluginGenSrcCmd = pctx.StaticVariable("pluginGenSrcCmd", filepath.Join(bootstrapDir, "bin", "loadp… 157 bootstrapDir = filepath.Join("$buildDir", bootstrapSubDir) var 414 g.installPath = filepath.Join(bootstrapDir, "bin", name) 785 return bootstrapDir
|