Home
last modified time | relevance | path

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

/system/core/adb/
Dadb_io.cpp98 << " " << dump_hex(reinterpret_cast<const unsigned char*>(buf), len0); in ReadFdExactly()
108 << " " << dump_hex(reinterpret_cast<const unsigned char*>(buf), len); in WriteFdExactly()
182 << dump_hex(buf, result); in ReadOrderlyShutdown()
Dadb_utils.cpp161 std::string dump_hex(const void* data, size_t byte_count) { in dump_hex() function
227 result += dump_hex(p->payload.data(), p->payload.size()); in dump_packet()
Dadb_utils.h45 std::string dump_hex(const void* ptr, size_t byte_count);
/system/extras/tests/directiotest/
Ddirectiotest.c133 static void dump_hex(const void *buf, int len) in dump_hex() function
256 dump_hex(write_buf, test_size); in main()
258 dump_hex(read_buf, test_size); in main()
/system/core/adb/daemon/
Dshell_service.cpp854 LOG(INFO) << "StartCommandInProcess(" << dump_hex(name.data(), name.size()) << ")"; in StartCommandInProcess()