Home
last modified time | relevance | path

Searched refs:sys_prop_names (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/bionic/
Dsysprop_helpers.cpp59 bool get_config_from_env_or_sysprops(const char* env_var_name, const char* const* sys_prop_names, in get_config_from_env_or_sysprops() argument
70 if (sys_prop_names[i] == nullptr) continue; in get_config_from_env_or_sysprops()
71 if (get_property_value(sys_prop_names[i], options, options_size)) return true; in get_config_from_env_or_sysprops()
Dsysprop_helpers.h43 const char* const* sys_prop_names,
Dlibc_init_static.cpp230 const char* sys_prop_names[] = {sysprop_name, remote_sysprop_name, kMemtagGlobalSysprop}; in get_environment_memtag_setting() local
232 if (!get_config_from_env_or_sysprops("MEMTAG_OPTIONS", sys_prop_names, arraysize(sys_prop_names), in get_environment_memtag_setting()