Searched refs:MemtagHeapSyncIncludePaths (Results 1 – 10 of 10) sorted by relevance
/build/bazel/tests/products/ |
D | product_labels.bzl | 62 {"MemtagHeapSyncIncludePaths": ["build/bazel/rules/cc"]},
|
D | aosp_x86_64.variables.bzl | 77 "MemtagHeapSyncIncludePaths": [],
|
D | aosp_x86.variables.bzl | 77 "MemtagHeapSyncIncludePaths": [],
|
D | aosp_arm64.variables.bzl | 77 "MemtagHeapSyncIncludePaths": [],
|
D | aosp_arm.variables.bzl | 77 "MemtagHeapSyncIncludePaths": [],
|
/build/make/core/ |
D | soong_config.mk | 131 $(call add_json_list, MemtagHeapSyncIncludePaths, $(MEMTAG_HEAP_SYNC_INCLUDE_PATHS) $(PRODUCT…
|
/build/soong/rust/ |
D | sanitize_test.go | 142 variables.MemtagHeapSyncIncludePaths = []string{"subdir_sync", "subdir_override_default_disable"}
|
/build/soong/android/ |
D | variable.go | 327 MemtagHeapSyncIncludePaths []string `json:",omitempty"` member
|
D | config.go | 1607 if len(c.productVariables.MemtagHeapSyncIncludePaths) == 0 { 1610 …return HasAnyPrefix(path, c.productVariables.MemtagHeapSyncIncludePaths) && !c.MemtagHeapDisabledF…
|
/build/soong/cc/ |
D | sanitize_test.go | 967 variables.MemtagHeapSyncIncludePaths = []string{"subdir_sync", "subdir_override_default_disable"}
|