HomeSort by relevance Sort by last modified time
    Searched refs:hwaddress (Results 1 - 4 of 4) sorted by null

  /build/make/core/
config_sanitizers.mk 172 my_sanitize := $(filter-out hwaddress,$(my_sanitize))
175 ifneq ($(filter hwaddress,$(my_sanitize)),)
181 ifneq ($(filter hwaddress,$(my_sanitize)),)
211 ifneq ($(filter address thread hwaddress,$(my_sanitize)),)
365 ifneq ($(filter hwaddress,$(my_sanitize)),)
381 ifeq ($(filter address hwaddress,$(my_sanitize)),)
421 ifeq ($(filter address thread scudo hwaddress,$(my_sanitize)),)
binary.mk     [all...]
  /build/soong/cc/
sanitize.go 43 "-fsanitize-hwaddress-abi=platform"}
109 return "hwaddress"
131 Hwaddress *bool `android:"arch_variant"`
266 if found, globalSanitizers = removeFromList("hwaddress", globalSanitizers); found && s.Hwaddress == nil {
267 s.Hwaddress = boolPtr(true)
312 s.Hwaddress = nil
321 if Bool(s.Address) || Bool(s.Hwaddress) {
345 s.Hwaddress = nil
367 Bool(s.Scudo) || Bool(s.Hwaddress) || Bool(s.Scs))
    [all...]
  /build/soong/apex/
apex.go     [all...]

Completed in 95 milliseconds