Home
last modified time | relevance | path

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

/bionic/tests/
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()
/bionic/libc/include/sys/
Dsystem_properties.h46 int __system_property_set(const char* __name, const char* __value);
/bionic/libc/bionic/
Dsystem_property_set.cpp248 int __system_property_set(const char* key, const char* value) { in __system_property_set() function
/bionic/tools/versioner/platforms/
Dlibc.map.txt197__system_property_set; # introduced-arm=12 introduced-arm64=21 introduced-x86=12 introduced-x86_64…
/bionic/libc/
Dlibc.map.txt197__system_property_set; # introduced-arm=12 introduced-arm64=21 introduced-x86=12 introduced-x86_64…