Home
last modified time | relevance | path

Searched refs:stage (Results 1 – 4 of 4) sorted by relevance

/build/blueprint/bootstrap/
Dcommand.go123 stage := StageMain
126 stage = StagePrimary
131 stage: stage,
193 if stage != StageMain || !emptyNinjaFile {
Dconfig.go104 stage Stage member
Dbootstrap.go411 } else if g.config.stage == StageMain {
708 if s.config.stage == StagePrimary {
734 if s.config.stage == StageMain {
782 if config.stage == StageMain {
/build/soong/bpfix/bpfix/
Dbpfix.go881 stage := ""
889 err := patchlist.Add(pos, pos, stage)
893 stage = ""
903 stage += string(buf[prop.Pos().Offset : prop.End().Offset+1])
911 if stage != "" {
912 err := patchlist.Add(pos, pos, stage)