Searched refs:__system_property_set (Results 1 – 13 of 13) sorted by relevance
/aosp12/bionic/tests/ |
H A D | system_properties_test2.cpp | 55 ASSERT_EQ(0, __system_property_set(property_name.c_str(), "value1")); in TEST() 67 ASSERT_EQ(-1, __system_property_set(property_name.c_str(), long_value.c_str())); in TEST() 72 ASSERT_EQ(0, __system_property_set(property_name.c_str(), "value1-1")); in TEST() 86 ASSERT_EQ(0, __system_property_set(long_property_name.c_str(), "value2")); in TEST() 143 ASSERT_EQ(0, __system_property_set(property_name.c_str(), "value1")); in TEST() 147 ASSERT_EQ(0, __system_property_set(property_name.c_str(), "value2")); in TEST() 165 ASSERT_EQ(0, __system_property_set(property_name.c_str(), "")); in TEST()
|
/aosp12/frameworks/libs/native_bridge_support/libc/ |
H A D | stubs_arm.cpp | 35 DEFINE_INTERCEPTABLE_STUB_FUNCTION(__system_property_set); 128 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", __system_property_set); in init_stub_library()
|
H A D | stubs_arm64.cpp | 35 DEFINE_INTERCEPTABLE_STUB_FUNCTION(__system_property_set); 130 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", __system_property_set); in init_stub_library()
|
/aosp12/bionic/libc/include/sys/ |
H A D | system_properties.h | 46 int __system_property_set(const char* __name, const char* __value);
|
/aosp12/system/libbase/ |
H A D | properties.cpp | 41 int __system_property_set(const char* key, const char* value) { in __system_property_set() function 134 return (__system_property_set(key.c_str(), value.c_str()) == 0); in SetProperty()
|
/aosp12/system/libbase/include/android-base/ |
H A D | properties.h | 109 extern "C" int __system_property_set(const char*, const char*);
|
/aosp12/system/security/keystore2/system_property/ |
H A D | Android.bp | 34 "--allowlist-function=__system_property_set",
|
H A D | lib.rs | 203 keystore2_system_property_bindgen::__system_property_set( in write()
|
/aosp12/system/core/libcutils/ |
H A D | properties.cpp | 82 return __system_property_set(key, value); in property_set()
|
/aosp12/bionic/libc/bionic/ |
H A D | system_property_set.cpp | 248 int __system_property_set(const char* key, const char* value) { in __system_property_set() function
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_os_SystemProperties.cpp | 195 success = !__system_property_set(key.c_str(), value ? value->c_str() : ""); in SystemProperties_set()
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 197 …__system_property_set; # introduced-arm=12 introduced-arm64=21 introduced-x86=12 introduced-x86_64…
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 197 …__system_property_set; # introduced-arm=12 introduced-arm64=21 introduced-x86=12 introduced-x86_64…
|