Home
last modified time | relevance | path

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

/system/core/init/
Dproperty_service.cpp227 bool RecvChars(char* chars, size_t size, uint32_t* timeout_ms) { in RecvChars() argument
228 return RecvFully(chars, size, timeout_ms); in RecvChars()
249 std::vector<char> chars(len); in RecvString() local
250 if (!RecvChars(&chars[0], len, timeout_ms)) { in RecvString()
254 *value = std::string(&chars[0], len); in RecvString()
/system/core/adb/
DSERVICES.TXT138 <hex4>: The length of the payload, as 4 hexadecimal chars.