Searched refs:stageDir (Results 1 – 1 of 1) sorted by relevance
/build/blueprint/bootstrap/ |
D | bootstrap.go | 449 g.installPath = filepath.Join(stageDir(g.config), "bin", name) 794 func stageDir(config *Config) string { func 806 return filepath.Join(stageDir(config), ctx.ModuleName(), "pkg") 813 return filepath.Join(stageDir(config), ctx.ModuleName(), "test") 824 return filepath.Join(stageDir(config), ctx.ModuleName(), "obj") 829 return filepath.Join(stageDir(config), ctx.ModuleName(), "gen")
|