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

1 2

  /bionic/libc/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /development/ndk/platforms/android-3/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /bionic/libc/bionic/
malloc_debug_common.c 305 if (__system_property_get("ro.kernel.qemu", env) && atoi(env)) {
307 if (__system_property_get("ro.kernel.memcheck", memcheck_tracing)) {
318 if (!debug_level && __system_property_get("libc.debug.malloc", env)) {
system_properties.c 145 int __system_property_get(const char *name, char *value) function

Completed in 396 milliseconds

1 2