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

  /bionic/libc/include/sys/
system_properties.h 55 ** __system_property_read() to obtain the string value from
73 int __system_property_read(const prop_info *pi, char *name, char *value);
76 ** there is no nth property. Use __system_property_read() to
  /development/ndk/platforms/android-3/include/sys/
system_properties.h 51 ** __system_property_read() to obtain the string value from
69 int __system_property_read(const prop_info *pi, char *name, char *value);
72 ** there is no nth property. Use __system_property_read() to
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 51 ** __system_property_read() to obtain the string value from
69 int __system_property_read(const prop_info *pi, char *name, char *value);
72 ** there is no nth property. Use __system_property_read() to
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
system_properties.h 51 ** __system_property_read() to obtain the string value from
69 int __system_property_read(const prop_info *pi, char *name, char *value);
72 ** there is no nth property. Use __system_property_read() to
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
system_properties.h 51 ** __system_property_read() to obtain the string value from
69 int __system_property_read(const prop_info *pi, char *name, char *value);
72 ** there is no nth property. Use __system_property_read() to
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
system_properties.h 51 ** __system_property_read() to obtain the string value from
69 int __system_property_read(const prop_info *pi, char *name, char *value);
72 ** there is no nth property. Use __system_property_read() to
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
system_properties.h 51 ** __system_property_read() to obtain the string value from
69 int __system_property_read(const prop_info *pi, char *name, char *value);
72 ** there is no nth property. Use __system_property_read() to
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
system_properties.h 51 ** __system_property_read() to obtain the string value from
69 int __system_property_read(const prop_info *pi, char *name, char *value);
72 ** there is no nth property. Use __system_property_read() to
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 51 ** __system_property_read() to obtain the string value from
69 int __system_property_read(const prop_info *pi, char *name, char *value);
72 ** there is no nth property. Use __system_property_read() to
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 51 ** __system_property_read() to obtain the string value from
69 int __system_property_read(const prop_info *pi, char *name, char *value);
72 ** there is no nth property. Use __system_property_read() to
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
system_properties.h 51 ** __system_property_read() to obtain the string value from
69 int __system_property_read(const prop_info *pi, char *name, char *value);
72 ** there is no nth property. Use __system_property_read() to
  /bionic/libc/bionic/
system_properties.c 124 int __system_property_read(const prop_info *pi, char *name, char *value) function
150 return __system_property_read(pi, 0, value);
  /system/core/toolbox/
watchprops.c 31 __system_property_read(pi, name, value);
  /system/core/libcutils/
properties.c 64 __system_property_read(pi, name, value);
  /system/core/init/
property_service.c 350 __system_property_read(pi, name, value);
  /hardware/libhardware_legacy/wifi/
wifi.c 528 __system_property_read(pi, NULL, supp_status);
  /bionic/libc/netbsd/resolv/
res_init.c 881 if (__system_property_read(dns_change_prop, NULL, propvalue) >= 1) {

Completed in 162 milliseconds