HomeSort by relevance Sort by last modified time
    Searched full:my_sanitize (Results 1 - 1 of 1) sorted by null

  /build/core/
config_sanitizers.mk 5 my_sanitize := $(strip $(LOCAL_SANITIZE)) macro
24 my_sanitize := $(my_global_sanitize) macro
29 my_sanitize := $(SANITIZER.$(TARGET_PRODUCT).$(LOCAL_MODULE).CONFIG) macro
30 ifeq ($(my_sanitize),never)
31 my_sanitize := macro
38 my_sanitize := macro
47 my_sanitize := macro
54 my_sanitize := macro
59 my_sanitize := macro
64 ifneq ($(filter thread,$(my_sanitize)),)
67 my_sanitize := $(filter-out thread,$(my_sanitize)) macro
100 my_sanitize := $(CLANG_DEFAULT_UB_CHECKS) macro
108 my_sanitize := $(filter-out coverage,$(my_sanitize)) macro
    [all...]

Completed in 731 milliseconds