HomeSort by relevance Sort by last modified time
    Searched refs:dump_hex (Results 1 - 2 of 2) sorted by null

  /system/extras/tests/directiotest/
directiotest.c 132 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/
transport.c 38 static void dump_hex( const unsigned char* ptr, size_t len ) function
127 dump_hex((*ppacket)->data, len);
158 dump_hex((*ppacket)->data, len);
979 dump_hex( ptr, len0 );
991 dump_hex( ptr, len );

Completed in 52 milliseconds