Home
last modified time | relevance | path

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

/system/core/init/
Dproperty_service.cpp296 bool RecvChars(char* chars, size_t size, uint32_t* timeout_ms) { in RecvChars() argument
297 return RecvFully(chars, size, timeout_ms); in RecvChars()
318 std::vector<char> chars(len); in RecvString() local
319 if (!RecvChars(&chars[0], len, timeout_ms)) { in RecvString()
323 *value = std::string(&chars[0], len); in RecvString()
/system/libsysprop/srcs/android/sysprop/
DContactsProperties.sysprop50 # We can't spell it out because a property name must be less than 32 chars.
/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp493 std::string chars; in TEST_F() local
495 chars += c; in TEST_F()
496 chars += ','; in TEST_F()
500 << " instead encountered: " << chars; in TEST_F()
DREADME.md356 could be formed. These means creating images with malformed headers, illegal chars,
/system/core/adb/
DSERVICES.TXT134 <hex4>: The length of the payload, as 4 hexadecimal chars.