Home
last modified time | relevance | path

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

/build/soong/cc/
Dtidy.go33 Tidy_checks []string member
56 CheckBadTidyChecks(ctx, "tidy_checks", tidy.Properties.Tidy_checks)
111 if len(tidy.Properties.Tidy_checks) > 0 {
112 tidyChecks = tidyChecks + "," + strings.Join(esc(tidy.Properties.Tidy_checks), ",")