Lines Matching refs:strip
5 my_sanitize := $(strip $(LOCAL_SANITIZE))
6 my_sanitize_diag := $(strip $(LOCAL_SANITIZE_DIAG))
12 my_global_sanitize := $(strip $(SANITIZE_HOST))
18 my_global_sanitize := $(strip $(SANITIZE_TARGET))
19 my_global_sanitize_diag := $(strip $(SANITIZE_TARGET_DIAG))
27 ifneq ($(strip $(foreach dir,$(subst $(comma),$(space),$(combined_exclude_paths)),\
49 ifneq ($(strip $(foreach dir,$(subst $(comma),$(space),$(combined_exclude_paths)),\
61 ifneq ($(strip $(foreach dir,$(subst $(comma),$(space),$(combined_exclude_paths)),\
125 ifneq ($(strip $(foreach dir,$(subst $(comma),$(space),$(combined_include_paths)),\
127 ifeq ($(strip $(foreach dir,$(subst $(comma),$(space),$(combined_exclude_paths)),\
144 ifeq ($(strip $(foreach dir,$(subst $(comma),$(space),$(combined_exclude_paths)),\
146 ifneq ($(strip $(foreach dir,$(subst $(comma),$(space),$(combined_sync_include_paths)),\
150 else ifneq ($(strip $(foreach dir,$(subst $(comma),$(space),$(combined_async_include_paths)),\
159 ifeq ($(strip $(ENABLE_CFI)),false)
194 ifneq ($(filter integer, $(strip $(LOCAL_NOSANITIZE))),)
200 my_nosanitize = $(strip $(LOCAL_NOSANITIZE))
277 ifneq ($(filter address thread,$(strip $(SANITIZE_TARGET))),)
309 ifeq ($(filter signed-integer-overflow, $(strip $(LOCAL_NOSANITIZE))),)
312 ifeq ($(filter unsigned-integer-overflow, $(strip $(LOCAL_NOSANITIZE))),)
466 ifneq ($(strip $(LOCAL_SANITIZE_RECOVER)),)
471 ifneq ($(strip $(LOCAL_SANITIZE_NO_RECOVER)),)