Home
last modified time | relevance | path

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

/bionic/tests/
Dsystem_properties_test2.cpp91 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()
Dutils.h82 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()
/bionic/libc/include/sys/
Dsystem_properties.h54 const prop_info* __system_property_find(const char* __name);
/bionic/libc/private/
DCachedProperty.h69 prop_info_ = __system_property_find(property_name_); in Get()
/bionic/libc/bionic/
Dsystem_property_api.cpp68 const prop_info* __system_property_find(const char* name) { in __system_property_find() function
Dfdsan.cpp352 const prop_info* pi = __system_property_find(kFdsanPropertyName); in android_fdsan_set_error_level_from_property()
/bionic/benchmarks/
Dproperty_benchmark.cpp216 __system_property_find(property.c_str()); in BM_property_find_real()
/bionic/tools/versioner/platforms/
Dlibc.map.txt191 __system_property_find;
/bionic/libc/
Dlibc.map.txt191 __system_property_find;