Searched refs:__system_property_find (Results 1 – 12 of 12) sorted by relevance
87 const prop_info* pi = __system_property_find(property_name.c_str()); in TEST()98 pi = __system_property_find(long_property_name.c_str()); in TEST()110 pi = __system_property_find(property_name.c_str()); in TEST()118 const prop_info* pi_long = __system_property_find(long_property_name.c_str()); in TEST()
622 ASSERT_EQ(0, __system_property_find(property_name.c_str())); in TEST()625 const prop_info* readptr = __system_property_find(property_name.c_str()); in TEST()679 ASSERT_EQ(0, __system_property_find(property_name.c_str())); in TEST()693 ASSERT_EQ(0, __system_property_find(property_name.c_str())); in TEST()
126 const prop_info* pi = __system_property_find(name.c_str()); in GetSysprop()
76 static const prop_info* pi = __system_property_find("ro.dalvik.vm.isa." ABI_STRING); in running_with_native_bridge()
39 const prop_info* prop = __system_property_find(property_name); in get_property_value()
69 const prop_info* __system_property_find(const char* name) { in __system_property_find() function
349 const prop_info* pi = __system_property_find(kFdsanPropertyName); in android_fdsan_set_error_level_from_property()
66 const prop_info* _Nullable __system_property_find(const char* _Nonnull __name);
69 prop_info_ = __system_property_find(property_name_); in Get()
220 __system_property_find(property.c_str()); in BM_property_find_real()
191 __system_property_find;