Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/
Dutility.cpp200 std::string ascii; local
209 ascii += *ptr;
211 ascii += '.';
217 ascii += std::string(sizeof(uintptr_t), '.');
221 _LOG(log, logtype::MEMORY, "%s %s\n", logline.c_str(), ascii.c_str());
/system/core/fastboot/
DREADME.md27 1. Host sends a command, which is an ascii string in a single
32 or "INFO". Additional bytes may contain an (ascii) informative
103 * Commands are ascii strings and sent without the quotes (which are
/system/core/adb/
Dprotocol.txt277 remote (device) daemon. The service is requested by ascii name,