Home
last modified time | relevance | path

Searched refs:__system_property_find (Results 1 – 12 of 12) sorted by relevance

/bionic/tests/
Dsystem_properties_test2.cpp87 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()
Dsystem_properties_test.cpp622 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()
Dgwp_asan_test.cpp126 const prop_info* pi = __system_property_find(name.c_str()); in GetSysprop()
Dutils.h76 static const prop_info* pi = __system_property_find("ro.dalvik.vm.isa." ABI_STRING); in running_with_native_bridge()
/bionic/libc/bionic/
Dsysprop_helpers.cpp39 const prop_info* prop = __system_property_find(property_name); in get_property_value()
Dsystem_property_api.cpp69 const prop_info* __system_property_find(const char* name) { in __system_property_find() function
Dfdsan.cpp349 const prop_info* pi = __system_property_find(kFdsanPropertyName); in android_fdsan_set_error_level_from_property()
/bionic/libc/include/sys/
Dsystem_properties.h66 const prop_info* _Nullable __system_property_find(const char* _Nonnull __name);
/bionic/libc/private/
DCachedProperty.h69 prop_info_ = __system_property_find(property_name_); in Get()
/bionic/benchmarks/
Dproperty_benchmark.cpp220 __system_property_find(property.c_str()); in BM_property_find_real()
/bionic/libc/
Dlibc.map.txt191 __system_property_find;
/bionic/tools/versioner/platforms/
Dlibc.map.txt191 __system_property_find;