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

/frameworks/base/cmds/idmap/
H A Dinspect.cpp17 void printe(const char *fmt, ...);
38 printe("failed to stat idmap '%s': %s\n", idmap_path, strerror(errno));
43 printe("failed to open idmap '%s': %s\n", idmap_path, strerror(errno));
48 printe("failed to mmap idmap: %s\n", strerror(errno));
57 printe("failed to read next uint32_t: buffer not initialized\n");
62 printe("failed to read next uint32_t: end of buffer reached at pos=0x%08x\n",
68 printe("failed to read next uint32_t: not aligned on 4-byte boundary\n");
79 printe("failed to read next uint16_t: buffer not initialized\n");
84 printe("failed to read next uint16_t: end of buffer reached at pos=0x%08x\n",
90 printe("faile
114 void printe(const char *fmt, ...) { function in namespace:__anon781
[all...]

Completed in 49 milliseconds