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

/frameworks/native/cmds/installd/
H A Dinstalld.c210 static int writex(int s, const void *_buf, int count) function
284 if (writex(s, &count, sizeof(count))) return -1;
285 if (writex(s, cmd, count)) return -1;

Completed in 51 milliseconds