HomeSort by relevance Sort by last modified time
    Searched refs:__system_property_find (Results 1 - 25 of 28) sorted by null

1 2

  /bionic/libc/include/sys/
system_properties.h 62 const prop_info *__system_property_find(const char *name);
80 ** system. Please use __system_property_find() instead.
  /development/ndk/platforms/android-3/include/sys/
system_properties.h 58 const prop_info *__system_property_find(const char *name);
76 ** system. Please use __system_property_find() instead.
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 58 const prop_info *__system_property_find(const char *name);
76 ** system. Please use __system_property_find() instead.
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
system_properties.h 58 const prop_info *__system_property_find(const char *name);
76 ** system. Please use __system_property_find() instead.
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
system_properties.h 58 const prop_info *__system_property_find(const char *name);
76 ** system. Please use __system_property_find() instead.
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
system_properties.h 58 const prop_info *__system_property_find(const char *name);
76 ** system. Please use __system_property_find() instead.
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
system_properties.h 58 const prop_info *__system_property_find(const char *name);
76 ** system. Please use __system_property_find() instead.
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
system_properties.h 58 const prop_info *__system_property_find(const char *name);
76 ** system. Please use __system_property_find() instead.
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 58 const prop_info *__system_property_find(const char *name);
76 ** system. Please use __system_property_find() instead.
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 58 const prop_info *__system_property_find(const char *name);
76 ** system. Please use __system_property_find() instead.
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
system_properties.h 58 const prop_info *__system_property_find(const char *name);
76 ** system. Please use __system_property_find() instead.
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/sys/
system_properties.h 58 const prop_info *__system_property_find(const char *name);
76 ** system. Please use __system_property_find() instead.
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/sys/
system_properties.h 58 const prop_info *__system_property_find(const char *name);
76 ** system. Please use __system_property_find() instead.
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 58 const prop_info *__system_property_find(const char *name);
76 ** system. Please use __system_property_find() instead.
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/sys/
system_properties.h 58 const prop_info *__system_property_find(const char *name);
76 ** system. Please use __system_property_find() instead.
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/sys/
system_properties.h 58 const prop_info *__system_property_find(const char *name);
76 ** system. Please use __system_property_find() instead.
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/sys/
system_properties.h 58 const prop_info *__system_property_find(const char *name);
76 ** system. Please use __system_property_find() instead.
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/sys/
system_properties.h 58 const prop_info *__system_property_find(const char *name);
76 ** system. Please use __system_property_find() instead.
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/sys/
system_properties.h 58 const prop_info *__system_property_find(const char *name);
76 ** system. Please use __system_property_find() instead.
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/sys/
system_properties.h 58 const prop_info *__system_property_find(const char *name);
76 ** system. Please use __system_property_find() instead.
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/sys/
system_properties.h 58 const prop_info *__system_property_find(const char *name);
76 ** system. Please use __system_property_find() instead.
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/sys/
system_properties.h 58 const prop_info *__system_property_find(const char *name);
76 ** system. Please use __system_property_find() instead.
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/sys/
system_properties.h 58 const prop_info *__system_property_find(const char *name);
76 ** system. Please use __system_property_find() instead.
  /bionic/libc/bionic/
system_properties.c 103 const prop_info *__system_property_find(const char *name) function
147 const prop_info *pi = __system_property_find(name);
  /bionic/libc/netbsd/resolv/
res_state.c 72 rt->_pi = (struct prop_info*) __system_property_find("net.change");
130 rt->_pi = (struct prop_info*) __system_property_find("net.change");

Completed in 2596 milliseconds

1 2