Home
last modified time | relevance | path

Searched refs:bytes_string (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/commands/tcp_connector/
Dmain.cpp73 char bytes_string[1001] = {0}; in DumpPackets() local
76 if ((i + 1) * 5 > sizeof(bytes_string)) { in DumpPackets()
80 sprintf(bytes_string + (i * 5), "0x%02x ", buf[i]); in DumpPackets()
84 << bytes_string << "...]"; in DumpPackets()
86 LOG(DEBUG) << prefix << ": sz=" << size << ", bytes=[" << bytes_string in DumpPackets()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/testing/
H A Dtest_helpers.h55 std::string bytes_string; in ByteContainerToString() local
57 bytes_string += bt_lib_cpp_string::StringPrintf("0x%.2x ", *iter); in ByteContainerToString()
59 return bytes_string; in ByteContainerToString()