Searched refs:__system_property_foreach (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/include/sys/
H A Dsystem_properties.h69 int __system_property_foreach(void (*__callback)(const prop_info* __pi, void* __cookie), void* __cookie)
94 /* Deprecated. Use __system_property_foreach instead. */
/bionic/tools/versioner/current/sys/
H A Dsystem_properties.h69 int __system_property_foreach(void (*__callback)(const prop_info* __pi, void* __cookie), void* __cookie)
94 /* Deprecated. Use __system_property_foreach instead. */
/bionic/libc/bionic/
H A Dsystem_property_api.cpp125 int __system_property_foreach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { function
/bionic/tests/
H A Dsystem_properties_test.cpp209 TEST(properties, __system_property_foreach) {

Completed in 145 milliseconds