Home
last modified time | relevance | path

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

/build/bazel/tests/products/
Dproduct_labels.bzl67 {"CFIIncludePaths": ["build/bazel/rules/cc"]},
Daosp_x86_64.variables.bzl73 …"CFIIncludePaths": ["device/generic/goldfish/wifi/wpa_supplicant_8_lib","device/google/cuttlefish/…
Daosp_x86.variables.bzl73 …"CFIIncludePaths": ["device/generic/goldfish/wifi/wpa_supplicant_8_lib","device/google/cuttlefish/…
Daosp_arm64.variables.bzl73 …"CFIIncludePaths": ["device/generic/goldfish/wifi/wpa_supplicant_8_lib","device/google/cuttlefish/…
Daosp_arm.variables.bzl73 …"CFIIncludePaths": ["device/generic/goldfish/wifi/wpa_supplicant_8_lib","device/google/cuttlefish/…
/build/make/core/
Dsoong_config.mk124 $(call add_json_list, CFIIncludePaths, $(CFI_INCLUDE_PATHS) $(PRODUCT_CFI_INCLUDE…
/build/soong/android/
Dvariable.go321 CFIIncludePaths []string `json:",omitempty"` member
Dconfig.go1586 if len(c.productVariables.CFIIncludePaths) == 0 {
1589 return HasAnyPrefix(path, c.productVariables.CFIIncludePaths) && !c.CFIDisabledForPath(path)