Searched refs:chars (Results 1 – 5 of 5) sorted by relevance
/system/core/init/ |
D | property_service.cpp | 296 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/ |
D | ContactsProperties.sysprop | 50 # We can't spell it out because a property name must be less than 32 chars.
|
/system/core/fastboot/fuzzy_fastboot/ |
D | main.cpp | 493 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()
|
D | README.md | 356 could be formed. These means creating images with malformed headers, illegal chars,
|
/system/core/adb/ |
D | SERVICES.TXT | 134 <hex4>: The length of the payload, as 4 hexadecimal chars.
|