Searched refs:__system_property_set (Results 1 – 5 of 5) sorted by relevance
/bionic/tests/ |
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()
|
/bionic/libc/include/sys/ |
D | system_properties.h | 46 int __system_property_set(const char* __name, const char* __value);
|
/bionic/libc/bionic/ |
D | system_property_set.cpp | 248 int __system_property_set(const char* key, const char* value) { in __system_property_set() function
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 197 …__system_property_set; # introduced-arm=12 introduced-arm64=21 introduced-x86=12 introduced-x86_64…
|
/bionic/libc/ |
D | libc.map.txt | 197 …__system_property_set; # introduced-arm=12 introduced-arm64=21 introduced-x86=12 introduced-x86_64…
|