Home
last modified time | relevance | path

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

/build/bazel/tests/products/
Daosp_x86_64.variables.bzl87 "NativeCoverageExcludePaths": [],
Daosp_arm64.variables.bzl87 "NativeCoverageExcludePaths": [],
Daosp_arm.variables.bzl87 "NativeCoverageExcludePaths": [],
Daosp_x86.variables.bzl87 "NativeCoverageExcludePaths": [],
/build/make/core/
Dsoong_config.mk148 $(call add_json_list, NativeCoverageExcludePaths, $(NATIVE_COVERAGE_EXCLUDE_PATHS))
/build/soong/android/
Dvariable.go362 NativeCoverageExcludePaths []string `json:",omitempty"` member
Dconfig.go1839 if coverage && len(c.config.productVariables.NativeCoverageExcludePaths) > 0 {
1840 if HasAnyPrefix(path, c.config.productVariables.NativeCoverageExcludePaths) {