Searched refs:__system_property_update (Results 1 - 3 of 3) sorted by path

/bionic/libc/bionic/
H A Dsystem_properties.c581 int __system_property_update(prop_info *pi, const char *value, unsigned int len) function
/bionic/libc/include/sys/
H A D_system_properties.h119 int __system_property_update(prop_info *pi, const char *value, unsigned int len);
/bionic/tests/
H A Dsystem_properties_test.cpp100 __system_property_update(pi, "value4", 6);
104 __system_property_update(pi, "newvalue5", 9);
108 __system_property_update(pi, "value6", 6);
293 ASSERT_EQ(-1, __system_property_update(NULL, "value", PROP_VALUE_MAX));
305 ASSERT_EQ(0, __system_property_update((prop_info *)pi, "value2", 6));
317 __system_property_update(pi, "value3", 6);
334 __system_property_update(pi, "value2", 6);

Completed in 76 milliseconds