Home
last modified time | relevance | path

Searched refs:__system_property_update (Results 1 – 10 of 10) sorted by relevance

/bionic/tests/
Dsystem_properties_test.cpp107 __system_property_update(pi, "value3", 6); in PropertyWaitHelperFn()
150 TEST(properties, __system_property_update) { in TEST() argument
161 __system_property_update(const_cast<prop_info*>(pi), "value4", 6); in TEST()
165 __system_property_update(const_cast<prop_info*>(pi), "newvalue5", 9); in TEST()
169 __system_property_update(const_cast<prop_info*>(pi), "value6", 6); in TEST()
347 ASSERT_EQ(-1, __system_property_update(NULL, "value", PROP_VALUE_MAX)); in TEST()
362 ASSERT_EQ(0, __system_property_update(const_cast<prop_info*>(pi), "value2", 6)); in TEST()
379 __system_property_update(pi, "value2", 6); in TEST()
411 __system_property_update(pi, "value2", 6); in TEST()
/bionic/libc/include/sys/
D_system_properties.h115 int __system_property_update(prop_info *pi, const char *value, unsigned int len);
/bionic/libc/bionic/
Dsystem_properties.cpp1336 int __system_property_update(prop_info* pi, const char* value, unsigned int len) { in __system_property_update() function
/bionic/libc/
Dlibc.mips64.map1266 __system_property_update;
Dlibc.x86_64.map1266 __system_property_update;
Dlibc.arm64.map1266 __system_property_update;
Dlibc.mips.map1390 __system_property_update;
Dlibc.x86.map1389 __system_property_update;
Dlibc.arm.map1549 __system_property_update;
Dlibc.map.txt1575 __system_property_update;