Home
last modified time | relevance | path

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

/build/bazel/tests/products/
Daosp_x86_64.variables.bzl74 "IntegerOverflowExcludePaths": [],
Daosp_x86.variables.bzl74 "IntegerOverflowExcludePaths": [],
Daosp_arm64.variables.bzl74 "IntegerOverflowExcludePaths": [],
Daosp_arm.variables.bzl74 "IntegerOverflowExcludePaths": [],
/build/make/core/
Dsoong_config.mk125 $(call add_json_list, IntegerOverflowExcludePaths, $(INTEGER_OVERFLOW_EXCLUDE_PATHS) $(PRODUC…
/build/soong/android/
Dvariable.go317 IntegerOverflowExcludePaths []string `json:",omitempty"` member
Dconfig.go1572 if len(c.productVariables.IntegerOverflowExcludePaths) == 0 {
1575 return HasAnyPrefix(path, c.productVariables.IntegerOverflowExcludePaths)