Home
last modified time | relevance | path

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

/aosp12/build/blueprint/bootstrap/
H A Dconfig.go115 type ConfigStopBefore interface { interface
H A Dcommand.go251 if c, ok := config.(ConfigStopBefore); ok {
263 if c, ok := config.(ConfigStopBefore); ok {
/aosp12/build/soong/android/
H A Dconfig.go509 var _ bootstrap.ConfigStopBefore = (*config)(nil)