Home
last modified time | relevance | path

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

/aosp_15_r20/build/bazel/tests/products/
H A Daosp_x86.variables.bzl87 "NativeCoverageExcludePaths": [],
H A Daosp_arm64.variables.bzl87 "NativeCoverageExcludePaths": [],
H A Daosp_x86_64.variables.bzl87 "NativeCoverageExcludePaths": [],
H A Daosp_arm.variables.bzl87 "NativeCoverageExcludePaths": [],
/aosp_15_r20/build/make/core/
H A Dsoong_config.mk147 $(call add_json_list, NativeCoverageExcludePaths, $(NATIVE_COVERAGE_EXCLUDE_PATHS))
/aosp_15_r20/build/soong/android/
H A Dvariable.go367 NativeCoverageExcludePaths []string `json:",omitempty"` member
H A Dconfig.go1687 if coverage && len(c.config.productVariables.NativeCoverageExcludePaths) > 0 {
1688 if HasAnyPrefix(path, c.config.productVariables.NativeCoverageExcludePaths) {
/aosp_15_r20/out/soong/
Dsoong.aosp_shiba.variables97 "NativeCoverageExcludePaths": [],