Home
last modified time | relevance | path

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

/bionic/libc/system_properties/
Dsystem_properties.cpp143 uint32_t SystemProperties::ReadMutablePropertyValue(const prop_info* pi, char* value) { in ReadMutablePropertyValue() function in SystemProperties
175 uint32_t serial = ReadMutablePropertyValue(pi, value); in Read()
214 uint32_t serial = ReadMutablePropertyValue(pi, value_buf); in ReadCallback()
/bionic/libc/system_properties/include/system_properties/
Dsystem_properties.h76 uint32_t ReadMutablePropertyValue(const prop_info* pi, char* value);