Home
last modified time | relevance | path

Searched defs:__system_property_foreach (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dsystem_property_api.cpp129 int __system_property_foreach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { in __system_property_foreach() function
/bionic/tests/
Dsystem_properties_test.cpp209 TEST(properties, __system_property_foreach) { in TEST() argument