Searched refs:sys_prop_names (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/bionic/ |
D | sysprop_helpers.cpp | 59 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()
|
D | sysprop_helpers.h | 43 const char* const* sys_prop_names,
|
D | libc_init_static.cpp | 230 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()
|