Lines Matching refs:what
133 func help(ctx Context, config Config, what int) {
141 func Build(ctx Context, config Config, what int) {
170 what = what & (BuildSoong | BuildNinja)
174 help(ctx, config, what)
177 clean(ctx, config, what)
205 if what&BuildProductConfig != 0 {
212 installClean(ctx, config, what)
217 dataClean(ctx, config, what)
222 if what&BuildSoong != 0 {
227 if what&BuildKati != 0 {
248 if what&RunBuildTests != 0 {
252 if what&BuildNinja != 0 {