Home
last modified time | relevance | path

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

/system/core/init/
Dproperty_service.cpp296 bool RecvChars(char* chars, size_t size, uint32_t* timeout_ms) { in RecvChars() function in android::init::SocketConnection
319 if (!RecvChars(&chars[0], len, timeout_ms)) { in RecvString()
547 if (!socket.RecvChars(prop_name, PROP_NAME_MAX, &timeout_ms) || in handle_property_set_fd()
548 !socket.RecvChars(prop_value, PROP_VALUE_MAX, &timeout_ms)) { in handle_property_set_fd()