Searched refs:__system_property_read (Results 1 – 10 of 10) sorted by relevance
/aosp12/bionic/tests/ |
H A D | system_properties_test2.cpp | 118 ASSERT_EQ(8, __system_property_read(pi, &legacy_name[0], propvalue)); in TEST() 125 ASSERT_EQ(6, __system_property_read(pi_long, &legacy_name[0], propvalue)); in TEST()
|
H A D | system_properties_test.cpp | 71 __system_property_read(pi, name, value); in hierarchical_test_callback()
|
/aosp12/frameworks/libs/native_bridge_support/libc/ |
H A D | stubs_arm.cpp | 32 DEFINE_INTERCEPTABLE_STUB_FUNCTION(__system_property_read); 125 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", __system_property_read); in init_stub_library()
|
H A D | stubs_arm64.cpp | 32 DEFINE_INTERCEPTABLE_STUB_FUNCTION(__system_property_read); 127 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", __system_property_read); in init_stub_library()
|
/aosp12/bionic/libc/include/sys/ |
H A D | system_properties.h | 91 int __system_property_read(const prop_info* __pi, char* __name, char* __value);
|
/aosp12/frameworks/opt/net/wifi/libwifi_system/ |
H A D | supplicant_manager.cpp | 77 __system_property_read(pi, NULL, supp_status); in StartSupplicant()
|
/aosp12/bionic/libc/bionic/ |
H A D | system_property_api.cpp | 73 int __system_property_read(const prop_info* pi, char* name, char* value) { in __system_property_read() function
|
/aosp12/system/logging/liblog/ |
H A D | properties.cpp | 83 __system_property_read(cache->cache.pinfo, 0, buf); in refresh_cache()
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 195 __system_property_read;
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 195 __system_property_read;
|