Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/
Dutility.cpp197 std::string ascii; local
206 ascii += *ptr;
208 ascii += '.';
214 ascii += std::string(sizeof(uintptr_t), '.');
218 _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.txt279 remote (device) daemon. The service is requested by ascii name,