Home | History | Annotate | Download | only in core

Lines Matching full:strip

5 my_sanitize := $(strip $(LOCAL_SANITIZE))
6 my_sanitize_diag := $(strip $(LOCAL_SANITIZE_DIAG))
15 my_global_sanitize := $(strip $(SANITIZE_HOST))
20 my_global_sanitize := $(strip $(SANITIZE_TARGET))
21 my_global_sanitize_diag := $(strip $(SANITIZE_TARGET_DIAG))
76 ifeq ($(strip $(ENABLE_CFI)),false)
111 ifneq ($(strip $(foreach dir,$(subst $(comma),$(space),$(combined_exclude_paths)),\
117 ifneq ($(filter integer, $(strip $(LOCAL_NOSANITIZE))),)
123 my_nosanitize = $(strip $(LOCAL_NOSANITIZE))
150 ifneq ($(filter address thread,$(strip $(SANITIZE_TARGET))),)
184 ifeq ($(filter signed-integer-overflow, $(strip $(LOCAL_NOSANITIZE))),)
187 ifeq ($(filter unsigned-integer-overflow, $(strip $(LOCAL_NOSANITIZE))),)
293 ifneq ($(strip $(LOCAL_SANITIZE_RECOVER)),)