Home
last modified time | relevance | path

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

/build/soong/cc/
Dtidy.go106 if checks := ctx.Config().TidyChecks(); len(checks) > 0 {
/build/soong/android/
Dconfig.go855 func (c *config) TidyChecks() string { func
856 if c.productVariables.TidyChecks == nil {
859 return *c.productVariables.TidyChecks
Dvariable.go266 TidyChecks *string `json:",omitempty"` member
/build/make/core/
Dsoong_config.mk112 $(call add_json_str, TidyChecks, $(WITH_TIDY_CHECKS))