Searched refs:dump_hex (Results 1 – 5 of 5) sorted by relevance
/system/core/adb/ |
D | adb_io.cpp | 98 << " " << 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()
|
D | adb_utils.cpp | 161 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()
|
D | adb_utils.h | 45 std::string dump_hex(const void* ptr, size_t byte_count);
|
/system/extras/tests/directiotest/ |
D | directiotest.c | 133 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/ |
D | shell_service.cpp | 854 LOG(INFO) << "StartCommandInProcess(" << dump_hex(name.data(), name.size()) << ")"; in StartCommandInProcess()
|