Home
last modified time | relevance | path

Searched refs:SetStopBefore (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/soong/cmd/soong_build/
H A Dmain.go86 configuration.SetStopBefore(bootstrap.StopBeforePrepareBuildActions)
111 configuration.SetStopBefore(bootstrap.StopBeforeWriteNinja)
387 configuration.SetStopBefore(bootstrap.StopBeforePrepareBuildActions)
/aosp12/build/soong/android/
H A Dconfig.go501 func (c *config) SetStopBefore(stopBefore bootstrap.StopBefore) { func