Searched refs:stage (Results 1 – 5 of 5) sorted by relevance
/build/pesto/experiments/prepare_bazel_test_env/ |
D | bazelenv.py | 117 def stage(self, _): member in Resource 147 def stage(self, _): member in StaticResource 204 def stage(self, mapping: Dict[str, str]): member in TemplateResource 287 def stage(self, mapping: Dict[str, str]): member in BuildTemplateResource 293 self._template_resource.stage(mapping) 407 def stage(self, mapping: Dict[str, str]) -> None: member in Resources 410 resource.stage(mapping) 591 self._resources.stage(mapping=vars(self))
|
/build/blueprint/bootstrap/ |
D | glob.go | 176 globsDir := globsDir(ctx.Config().(BootstrapConfig), s.config.stage) 247 func globsDir(config BootstrapConfig, stage Stage) string { 249 if stage == StageMain {
|
D | command.go | 186 stage := StageMain 188 stage = StagePrimary 212 stage: stage, 280 if stage != StageMain || !args.EmptyNinjaFile {
|
D | config.go | 133 stage Stage member
|
D | bootstrap.go | 726 if s.config.stage == StagePrimary { 747 if s.config.stage == StageMain { 795 if config.stage == StageMain {
|