Searched refs:dump_hex (Results 1 - 2 of 2) sorted by relevance

/system/extras/tests/directiotest/
H A Ddirectiotest.c132 static void dump_hex(const void *buf, int len) function
255 dump_hex(write_buf, test_size);
257 dump_hex(read_buf, test_size);
/system/core/adb/
H A Dtransport.c39 static void dump_hex( const unsigned char* ptr, size_t len ) function
132 dump_hex(p->data, len);
1121 dump_hex( ptr, len0 );
1133 dump_hex( ptr, len );

Completed in 1527 milliseconds