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

  /bionic/libc/include/sys/
system_properties.h 96 int __system_property_foreach(
  /development/ndk/platforms/android-L/include/sys/
system_properties.h 96 int __system_property_foreach(
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
system_properties.h 96 int __system_property_foreach(
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
system_properties.h 96 int __system_property_foreach(
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
system_properties.h 96 int __system_property_foreach(
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
system_properties.h 96 int __system_property_foreach(
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
system_properties.h 96 int __system_property_foreach(
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
system_properties.h 96 int __system_property_foreach(
  /system/core/toolbox/
watchprops.c 84 __system_property_foreach(populate_watchlist, watchlist);
88 __system_property_foreach(update_watchlist, watchlist);
  /bionic/tests/
system_properties_test.cpp 234 ASSERT_EQ(0, __system_property_foreach(foreach_test_callback, &count));
308 __system_property_foreach(hierarchical_test_callback, ok);
  /bionic/libc/bionic/
system_properties.cpp 721 const int err = __system_property_foreach(find_nth_fn, &cookie);
729 int __system_property_foreach(void (*propfn)(const prop_info *pi, void *cookie), function
  /system/core/libcutils/
properties.c 157 return __system_property_foreach(property_list_callback, &data);

Completed in 1368 milliseconds