Searched refs:Update (Results 1 – 6 of 6) sorted by relevance
/bionic/tests/ |
D | system_properties_test.cpp | 213 system_properties.Update(const_cast<prop_info*>(pi), "value4", 6); in TEST() 217 system_properties.Update(const_cast<prop_info*>(pi), "newvalue5", 9); in TEST() 221 system_properties.Update(const_cast<prop_info*>(pi), "value6", 6); in TEST() 403 ASSERT_EQ(-1, system_properties.Update(NULL, "value", PROP_VALUE_MAX)); in TEST() 418 ASSERT_EQ(0, system_properties.Update(const_cast<prop_info*>(pi), "value2", 6)); in TEST() 435 system_properties.Update(pi, "value2", 6); in TEST() 444 system_properties.Update(pi, "value3", 6); in TEST() 472 system_properties.Update(pi, "value2", 6); in TEST()
|
/bionic/libc/system_properties/include/system_properties/ |
D | system_properties.h | 66 int Update(prop_info* pi, const char* value, unsigned int len);
|
/bionic/libc/bionic/ |
D | system_property_api.cpp | 93 return system_properties.Update(pi, value, len); in __system_property_update()
|
/bionic/libc/kernel/ |
D | README.md | 60 ## How To Update The Headers
|
/bionic/libc/system_properties/ |
D | system_properties.cpp | 270 int SystemProperties::Update(prop_info* pi, const char* value, unsigned int len) { in Update() function in SystemProperties
|
/bionic/docs/ |
D | libc_assembler.md | 7 * Update the routine, run the bionic unit tests to verify the routine doesn't
|