Home
last modified time | relevance | path

Searched refs:__system_property_set (Results 1 – 13 of 13) sorted by relevance

/aosp12/bionic/tests/
H A Dsystem_properties_test2.cpp55 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 Dstubs_arm.cpp35 DEFINE_INTERCEPTABLE_STUB_FUNCTION(__system_property_set);
128 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", __system_property_set); in init_stub_library()
H A Dstubs_arm64.cpp35 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 Dsystem_properties.h46 int __system_property_set(const char* __name, const char* __value);
/aosp12/system/libbase/
H A Dproperties.cpp41 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 Dproperties.h109 extern "C" int __system_property_set(const char*, const char*);
/aosp12/system/security/keystore2/system_property/
H A DAndroid.bp34 "--allowlist-function=__system_property_set",
H A Dlib.rs203 keystore2_system_property_bindgen::__system_property_set( in write()
/aosp12/system/core/libcutils/
H A Dproperties.cpp82 return __system_property_set(key, value); in property_set()
/aosp12/bionic/libc/bionic/
H A Dsystem_property_set.cpp248 int __system_property_set(const char* key, const char* value) { in __system_property_set() function
/aosp12/frameworks/base/core/jni/
H A Dandroid_os_SystemProperties.cpp195 success = !__system_property_set(key.c_str(), value ? value->c_str() : ""); in SystemProperties_set()
/aosp12/bionic/libc/
H A Dlibc.map.txt197__system_property_set; # introduced-arm=12 introduced-arm64=21 introduced-x86=12 introduced-x86_64…
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt197__system_property_set; # introduced-arm=12 introduced-arm64=21 introduced-x86=12 introduced-x86_64…