Home
last modified time | relevance | path

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

/build/soong/cc/
Dtidy.go81 if checks := ctx.AConfig().TidyChecks(); len(checks) > 0 {
/build/soong/android/
Dconfig.go426 func (c *config) TidyChecks() string { func
427 if c.ProductVariables.TidyChecks == nil {
430 return *c.ProductVariables.TidyChecks
Dvariable.go135 TidyChecks *string `json:",omitempty"` member