/aosp12/bionic/tests/ |
H A D | system_properties_test2.cpp | 91 const prop_info* pi = __system_property_find(property_name.c_str()); in TEST() 102 pi = __system_property_find(long_property_name.c_str()); in TEST() 114 pi = __system_property_find(property_name.c_str()); in TEST() 122 const prop_info* pi_long = __system_property_find(long_property_name.c_str()); in TEST()
|
H A D | utils.h | 82 static const prop_info* pi = __system_property_find("ro.dalvik.vm.isa." ABI_STRING); in running_with_native_bridge()
|
/aosp12/frameworks/opt/net/wifi/libwifi_system/ |
H A D | supplicant_manager.cpp | 59 pi = __system_property_find(kSupplicantInitProperty); in StartSupplicant() 69 pi = __system_property_find(kSupplicantInitProperty); in StartSupplicant()
|
/aosp12/system/libbase/ |
H A D | properties.cpp | 112 const prop_info* pi = __system_property_find(key.c_str()); in GetProperty() 186 while ((pi = __system_property_find(key.c_str())) == nullptr) { in WaitForPropertyCreation() 243 prop_info_ = __system_property_find(property_name_.c_str()); in Get()
|
/aosp12/build/soong/cc/libbuildversion/ |
H A D | libbuildversion.cpp | 39 const prop_info* pi = __system_property_find("ro.build.version.incremental"); in GetBuildNumber()
|
/aosp12/frameworks/libs/native_bridge_support/libc/ |
H A D | stubs_arm.cpp | 28 DEFINE_INTERCEPTABLE_STUB_FUNCTION(__system_property_find); 121 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", __system_property_find); in init_stub_library()
|
H A D | stubs_arm64.cpp | 28 DEFINE_INTERCEPTABLE_STUB_FUNCTION(__system_property_find); 123 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", __system_property_find); in init_stub_library()
|
/aosp12/bionic/libc/include/sys/ |
H A D | system_properties.h | 54 const prop_info* __system_property_find(const char* __name);
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_os_SystemProperties.cpp | 70 const prop_info* prop = __system_property_find(key.c_str()); in ReadProperty() 140 const prop_info* prop = __system_property_find(key.c_str()); in SystemProperties_find()
|
/aosp12/bionic/libc/private/ |
H A D | CachedProperty.h | 69 prop_info_ = __system_property_find(property_name_); in Get()
|
/aosp12/system/core/libcutils/ |
H A D | trace-dev.cpp | 58 const prop_info* new_pi = __system_property_find("debug.atrace.tags.enableflags"); in atrace_seq_number_changed()
|
/aosp12/packages/modules/adb/daemon/ |
H A D | property_monitor.cpp | 36 const prop_info* p = __system_property_find(property_name.c_str()); in FindProperty()
|
/aosp12/bionic/libc/bionic/ |
H A D | system_property_api.cpp | 68 const prop_info* __system_property_find(const char* name) { in __system_property_find() function
|
H A D | fdsan.cpp | 344 const prop_info* pi = __system_property_find(kFdsanPropertyName); in android_fdsan_set_error_level_from_property()
|
/aosp12/system/security/keystore2/system_property/ |
H A D | Android.bp | 32 "--allowlist-function=__system_property_find",
|
H A D | lib.rs | 81 keystore2_system_property_bindgen::__system_property_find(self.prop_name.as_ptr()) in get_prop_info()
|
/aosp12/bionic/benchmarks/ |
H A D | property_benchmark.cpp | 216 __system_property_find(property.c_str()); in BM_property_find_real()
|
/aosp12/system/logging/liblog/ |
H A D | properties.cpp | 77 cache->cache.pinfo = __system_property_find(key); in refresh_cache()
|
/aosp12/system/core/init/ |
H A D | property_service.cpp | 188 prop_info* pi = (prop_info*) __system_property_find(name.c_str()); in PropertySet()
|
/aosp12/packages/modules/StatsD/statsd/src/ |
H A D | StatsService.cpp | 189 const prop_info* buildType = __system_property_find("ro.build.type"); in init_system_properties()
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 191 __system_property_find;
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 191 __system_property_find;
|