Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap/
Dinspect.cpp18 void printe(const char *fmt, ...);
39 printe("failed to stat idmap '%s': %s\n", idmap_path, strerror(errno)); in init()
44 printe("failed to open idmap '%s': %s\n", idmap_path, strerror(errno)); in init()
49 printe("failed to mmap idmap: %s\n", strerror(errno)); in init()
58 printe("failed to read next uint32_t: buffer not initialized\n"); in nextUint32()
63 printe("failed to read next uint32_t: end of buffer reached at pos=0x%08x\n", in nextUint32()
69 printe("failed to read next uint32_t: not aligned on 4-byte boundary\n"); in nextUint32()
80 printe("failed to read next uint16_t: buffer not initialized\n"); in nextUint16()
85 printe("failed to read next uint16_t: end of buffer reached at pos=0x%08x\n", in nextUint16()
91 printe("failed to read next uint32_t: not aligned on 2-byte boundary\n"); in nextUint16()
[all …]