Home
last modified time | relevance | path

Searched refs:StopBefore (Results 1 – 3 of 3) sorted by relevance

/build/blueprint/bootstrap/
Dconfig.go86 type StopBefore int type
89 StopBeforePrepareBuildActions StopBefore = 1
93 StopBefore() StopBefore methodSpec
Dcommand.go166 if c.StopBefore() == StopBeforePrepareBuildActions {
/build/soong/android/
Dconfig.go113 stopBefore bootstrap.StopBefore
358 func (c *config) StopBefore() bootstrap.StopBefore { func
362 func (c *config) SetStopBefore(stopBefore bootstrap.StopBefore) {