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

  /build/soong/cc/libbuildversion/
libbuildversion.cpp 29 const prop_info* pi = __system_property_find("ro.build.version.incremental");
  /frameworks/opt/net/wifi/libwifi_system/
supplicant_manager.cpp 59 pi = __system_property_find(kSupplicantInitProperty);
69 pi = __system_property_find(kSupplicantInitProperty);
  /bionic/libc/include/sys/
system_properties.h 54 const prop_info* __system_property_find(const char* __name);
  /bionic/tests/
system_properties_test2.cpp 89 const prop_info* pi = __system_property_find(property_name.c_str());
100 pi = __system_property_find(long_property_name.c_str());
112 pi = __system_property_find(property_name.c_str());
120 const prop_info* pi_long = __system_property_find(long_property_name.c_str());
  /bionic/libc/private/
CachedProperty.h 65 // `__system_property_find` is expensive, so only retry if a property
69 prop_info_ = __system_property_find(property_name_);
  /bionic/libc/bionic/
system_property_api.cpp 70 const prop_info* __system_property_find(const char* name) { function
  /external/toybox/toys/android/
getprop.c 96 const prop_info* pi = __system_property_find(*toys.optargs);
  /system/core/base/
properties.cpp 35 const prop_info* pi = __system_property_find(key.c_str());
140 while ((pi = __system_property_find(key.c_str())) == nullptr) {
  /system/core/liblog/
properties.c 70 cache->cache.pinfo = __system_property_find(key);
429 cache->cache.pinfo = __system_property_find(key);
  /frameworks/base/cmds/statsd/src/
StatsService.cpp 183 const prop_info* buildType = __system_property_find("ro.build.type");
    [all...]
  /system/core/init/
property_service.cpp 148 prop_info* pi = (prop_info*) __system_property_find(name.c_str());

Completed in 317 milliseconds