Home
last modified time | relevance | path

Searched refs:ReadMutablePropertyValue (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/system_properties/include/system_properties/
Dsystem_properties.h75 uint32_t ReadMutablePropertyValue(const prop_info* pi, char* value);
/bionic/libc/system_properties/
Dsystem_properties.cpp184 uint32_t SystemProperties::ReadMutablePropertyValue(const prop_info* pi, char* value) { in ReadMutablePropertyValue() function in SystemProperties
216 uint32_t serial = ReadMutablePropertyValue(pi, value); in Read()
255 uint32_t serial = ReadMutablePropertyValue(pi, value_buf); in ReadCallback()