HomeSort by relevance Sort by last modified time
    Searched refs:__system_property_foreach (Results 1 - 5 of 5) sorted by null

  /bionic/libc/include/sys/
system_properties.h 69 int __system_property_foreach(void (*__callback)(const prop_info* __pi, void* __cookie), void* __cookie)
94 /* Deprecated. Use __system_property_foreach instead. */
  /bionic/libc/bionic/
system_property_api.cpp 123 int __system_property_foreach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { function
  /external/toybox/toys/android/
getprop.c 106 if (__system_property_foreach(add_property, NULL))
  /external/perfetto/src/profiling/memory/
system_property.cc 98 int r = __system_property_foreach(
  /bionic/tests/
system_properties_test.cpp 209 TEST(properties, __system_property_foreach) {

Completed in 732 milliseconds