Searched refs:NativeCoverageExcludePaths (Results 1 – 8 of 8) sorted by relevance
87 "NativeCoverageExcludePaths": [],
147 $(call add_json_list, NativeCoverageExcludePaths, $(NATIVE_COVERAGE_EXCLUDE_PATHS))
367 NativeCoverageExcludePaths []string `json:",omitempty"` member
1687 if coverage && len(c.config.productVariables.NativeCoverageExcludePaths) > 0 {1688 if HasAnyPrefix(path, c.config.productVariables.NativeCoverageExcludePaths) {
97 "NativeCoverageExcludePaths": [],