Searched refs:__system_property_find (Results 1 – 9 of 9) sorted by relevance
91 const prop_info* pi = __system_property_find(property_name.c_str()); in TEST()102 pi = __system_property_find(long_property_name.c_str()); in TEST()114 pi = __system_property_find(property_name.c_str()); in TEST()122 const prop_info* pi_long = __system_property_find(long_property_name.c_str()); in TEST()
82 static const prop_info* pi = __system_property_find("ro.dalvik.vm.isa.arm"); in running_with_native_bridge()85 static const prop_info* pi = __system_property_find("ro.dalvik.vm.isa.arm64"); in running_with_native_bridge()
54 const prop_info* __system_property_find(const char* __name);
69 prop_info_ = __system_property_find(property_name_); in Get()
68 const prop_info* __system_property_find(const char* name) { in __system_property_find() function
352 const prop_info* pi = __system_property_find(kFdsanPropertyName); in android_fdsan_set_error_level_from_property()
216 __system_property_find(property.c_str()); in BM_property_find_real()
191 __system_property_find;