Home
last modified time | relevance | path

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

/build/bazel/tests/products/
Dproduct_labels.bzl71 {"CFIExcludePaths": ["build/bazel/rules/cc"]},
Daosp_x86_64.variables.bzl72 "CFIExcludePaths": [],
Daosp_x86.variables.bzl72 "CFIExcludePaths": [],
Daosp_arm64.variables.bzl72 "CFIExcludePaths": [],
Daosp_arm.variables.bzl72 "CFIExcludePaths": [],
/build/make/core/
Dsoong_config.mk123 $(call add_json_list, CFIExcludePaths, $(CFI_EXCLUDE_PATHS) $(PRODUCT_CFI_EXCLUDE…
/build/soong/android/
Dvariable.go320 CFIExcludePaths []string `json:",omitempty"` member
Dconfig.go1579 if len(c.productVariables.CFIExcludePaths) == 0 {
1582 return HasAnyPrefix(path, c.productVariables.CFIExcludePaths)