Searched refs:bootstrapDir (Results 1 – 2 of 2) sorted by relevance
/aosp12/build/soong/ui/build/ |
H A D | test_build.go | 67 bootstrapDir := filepath.Join(outDir, "soong", ".bootstrap") 91 if strings.HasPrefix(line, bootstrapDir) ||
|
/aosp12/build/blueprint/bootstrap/ |
H A D | bootstrap.go | 35 …goTestMainCmd = pctx.StaticVariable("goTestMainCmd", filepath.Join(bootstrapDir, "bin", "gotestm… 36 …goTestRunnerCmd = pctx.StaticVariable("goTestRunnerCmd", filepath.Join(bootstrapDir, "bin", "gotes… 37 …pluginGenSrcCmd = pctx.StaticVariable("pluginGenSrcCmd", filepath.Join(bootstrapDir, "bin", "loadp… 168 bootstrapDir = filepath.Join("$buildDir", bootstrapSubDir) var 798 return bootstrapDir
|