Home
last modified time | relevance | path

Searched refs:MemtagHeapSyncIncludePaths (Results 1 – 10 of 10) sorted by relevance

/build/bazel/tests/products/
Dproduct_labels.bzl62 {"MemtagHeapSyncIncludePaths": ["build/bazel/rules/cc"]},
Daosp_x86_64.variables.bzl77 "MemtagHeapSyncIncludePaths": [],
Daosp_x86.variables.bzl77 "MemtagHeapSyncIncludePaths": [],
Daosp_arm64.variables.bzl77 "MemtagHeapSyncIncludePaths": [],
Daosp_arm.variables.bzl77 "MemtagHeapSyncIncludePaths": [],
/build/make/core/
Dsoong_config.mk131 $(call add_json_list, MemtagHeapSyncIncludePaths, $(MEMTAG_HEAP_SYNC_INCLUDE_PATHS) $(PRODUCT…
/build/soong/rust/
Dsanitize_test.go142 variables.MemtagHeapSyncIncludePaths = []string{"subdir_sync", "subdir_override_default_disable"}
/build/soong/android/
Dvariable.go327 MemtagHeapSyncIncludePaths []string `json:",omitempty"` member
Dconfig.go1607 if len(c.productVariables.MemtagHeapSyncIncludePaths) == 0 {
1610 …return HasAnyPrefix(path, c.productVariables.MemtagHeapSyncIncludePaths) && !c.MemtagHeapDisabledF…
/build/soong/cc/
Dsanitize_test.go967 variables.MemtagHeapSyncIncludePaths = []string{"subdir_sync", "subdir_override_default_disable"}