Home
last modified time | relevance | path

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

/external/android-clat/
Dclatd_test.cpp378 char expected_hexdump[hexdump_len], actual_hexdump[hexdump_len]; in check_data_matches() local
382 sprintf(expected_hexdump + pos, "\n "); in check_data_matches()
386 sprintf(expected_hexdump + pos, " %02x", ((uint8_t *) expected)[i]); in check_data_matches()
391 << "\n Expected:" << (char *) expected_hexdump in check_data_matches()