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

  /build/soong/cc/libbuildversion/
libbuildversion.cpp 39 const prop_info* pi = __system_property_find("ro.build.version.incremental");
  /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 68 const prop_info* __system_property_find(const char* name) { function
fdsan.cpp 110 const prop_info* pi = __system_property_find(kFdsanPropertyName);
  /external/toybox/toys/android/
getprop.c 96 const prop_info* pi = __system_property_find(*toys.optargs);
  /external/perfetto/src/profiling/memory/
malloc_hooks.cc 202 const prop_info* prop = __system_property_find(key);
heapprofd_end_to_end_test.cc 75 const prop_info* pi = __system_property_find(name.c_str());
    [all...]

Completed in 191 milliseconds