Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dsystem_properties.h73 int __system_property_read(const prop_info *pi, char *name, char *value);
/bionic/libc/bionic/
Dbionic_systrace.cpp66 __system_property_read(g_pinfo, 0, value); in should_trace()
Dsystem_properties.cpp1105 int __system_property_read(const prop_info *pi, char *name, char *value) in __system_property_read() function
1139 return __system_property_read(pi, 0, value); in __system_property_get()
Dlibc_logging.cpp509 __system_property_read(cache->pinfo, 0, buf); in refresh_cache()
/bionic/benchmarks/
Dproperty_benchmark.cpp184 __system_property_read(pinfo[i], 0, propvalue); in BM_property_read()
/bionic/tests/
Dsystem_properties_test.cpp82 __system_property_read(pi, name, value); in hierarchical_test_callback()
/bionic/libc/
Dlibc.arm64.map142 __system_property_read;
Dlibc.mips64.map142 __system_property_read;
Dlibc.x86_64.map142 __system_property_read;
Dlibc.mips.brillo.map195 __system_property_read;
Dlibc.x86.brillo.map195 __system_property_read;
Dlibc.arm.brillo.map198 __system_property_read;
Dlibc.mips.map195 __system_property_read;
Dlibc.x86.map195 __system_property_read;
Dlibc.arm.map198 __system_property_read;
Dlibc.map.txt199 __system_property_read;
/bionic/libc/tzcode/
Dlocaltime.c1335 ok = __system_property_read(pi, 0, buf) > 0; in tzset_unlocked()