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

  /frameworks/compile/linkloader/utils/
helper.h 22 extern void dump_hex(unsigned char const *data,
helper.cpp 25 void dump_hex(unsigned char const *data, function
  /frameworks/compile/linkloader/include/impl/
ELFSectionStrTab.hxx 62 dump_hex((unsigned char const *)&*buf.begin(), buf.size(), 0, buf.size());
  /frameworks/compile/linkloader/lib/
MemChunk.cpp 76 dump_hex(buf, buf_size, 0, buf_size);
  /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);
  /bootable/recovery/minadbd/
transport.c 39 static void dump_hex( const unsigned char* ptr, size_t len ) function
132 dump_hex(p->data, len);
759 dump_hex( ptr, len0 );
771 dump_hex( ptr, len );
  /system/core/adb/
transport.c 39 static void dump_hex( const unsigned char* ptr, size_t len ) function
132 dump_hex(p->data, len);
1016 dump_hex( ptr, len0 );
1028 dump_hex( ptr, len );

Completed in 389 milliseconds