Home
last modified time | relevance | path

Searched refs:__system_property_read (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/include/sys/
Dsystem_properties.h73 int __system_property_read(const prop_info *pi, char *name, char *value);
/bionic/benchmarks/
Dproperty_benchmark.cpp201 __system_property_read(pinfo[i], 0, propvalue); in BM_property_read()
/bionic/libc/bionic/
Dsystem_properties.cpp601 int __system_property_read(const prop_info *pi, char *name, char *value) in __system_property_read() function
626 return __system_property_read(pi, 0, value); in __system_property_get()
/bionic/tests/
Dsystem_properties_test.cpp85 __system_property_read(pi, name, value); in hierarchical_test_callback()