Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dutility.cpp188 std::string ascii; local
198 ascii += *ptr;
200 ascii += '.';
205 ascii += std::string(sizeof(uintptr_t), '.');
208 _LOG(log, logtype::MEMORY, "%s %s\n", logline.c_str(), ascii.c_str());
/system/core/fastboot/
Dfastboot_protocol.txt24 1. Host sends a command, which is an ascii string in a single
29 or "INFO". Additional bytes may contain an (ascii) informative
102 * Commands are ascii strings and sent without the quotes (which are
/system/core/adb/
Dprotocol.txt261 remote (device) daemon. The service is requested by ascii name,