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

  /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);
  /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
  /system/core/libcutils/
properties.c 43 len = __system_property_get(key, value);
  /bionic/libc/netbsd/resolv/
res_init.c 177 if(__system_property_get(DNS_SEARCH_PROP_NAME, propvalue) >= 1) {
338 if(__system_property_get(propname, propvalue) < 1) {
349 if(__system_property_get(propname, propvalue) < 1) {
res_cache.c     [all...]
  /bionic/libc/netbsd/net/
getnameinfo.c 159 if (__system_property_get(propname, propvalue) > 0) {
getaddrinfo.c 433 if (__system_property_get(propname, propvalue) > 0) {
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c 420 if (__system_property_get("ro.kernel.qemu", propValue) != 0) {
441 if (__system_property_get(propName, propValue) == 0) {
    [all...]
  /frameworks/ex/variablespeed/jni/
variablespeed.cc 99 __system_property_get(kLogTagVariableSpeed, buffer);
  /bionic/libc/tzcode/
localtime.c     [all...]

Completed in 315 milliseconds