Searched defs:readx (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/cmds/installd/
H A Dinstalld.c155 static int readx(int s, void *_buf, int count) function
572 if (readx(s, &count, sizeof(count))) {
580 if (readx(s, buf, count)) {

Completed in 218 milliseconds