OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dump_hex
(Results
1 - 3
of
3
) sorted by null
/system/core/adb/
adb_utils.cpp
202
std::string
dump_hex
(const void* data, size_t byte_count) {
function
/system/extras/tests/directiotest/
directiotest.c
133
static void
dump_hex
(const void *buf, int len)
function
256
dump_hex
(write_buf, test_size);
258
dump_hex
(read_buf, test_size);
/external/libnl/lib/
msg.c
864
static inline void
dump_hex
(FILE *ofd, char *start, int len, int prefix)
function
942
dump_hex
(ofd, nla_data(nla), alen, prefix);
949
dump_hex
(ofd, nla_data(nla) + alen,
1002
dump_hex
(ofd, nlmsg_data(hdr), payloadlen, 0);
Completed in 969 milliseconds