Searched refs:Update (Results 1 – 6 of 6) sorted by relevance
/bionic/tests/ |
D | system_properties_test.cpp | 139 system_properties.Update(const_cast<prop_info*>(pi), "value4", 6); in TEST() 143 system_properties.Update(const_cast<prop_info*>(pi), "newvalue5", 9); in TEST() 147 system_properties.Update(const_cast<prop_info*>(pi), "value6", 6); in TEST() 329 ASSERT_EQ(-1, system_properties.Update(NULL, "value", PROP_VALUE_MAX)); in TEST() 344 ASSERT_EQ(0, system_properties.Update(const_cast<prop_info*>(pi), "value2", 6)); in TEST() 361 system_properties.Update(pi, "value2", 6); in TEST() 370 system_properties.Update(pi, "value3", 6); in TEST() 398 system_properties.Update(pi, "value2", 6); in TEST()
|
/bionic/libc/system_properties/include/system_properties/ |
D | system_properties.h | 67 int Update(prop_info* pi, const char* value, unsigned int len);
|
/bionic/libc/bionic/ |
D | system_property_api.cpp | 92 return system_properties.Update(pi, value, len); in __system_property_update()
|
/bionic/libc/system_properties/ |
D | system_properties.cpp | 229 int SystemProperties::Update(prop_info* pi, const char* value, unsigned int len) { in Update() function in SystemProperties
|
/bionic/libc/kernel/ |
D | README.md | 48 ## How To Update The Headers
|
/bionic/docs/ |
D | libc_assembler.md | 7 * Update the routine, run the bionic unit tests to verify the routine doesn't
|