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

/frameworks/base/cmds/installd/
H A Dinstalld.c176 static int writex(int s, const void *_buf, int count) function
250 if (writex(s, &count, sizeof(count))) return -1;
251 if (writex(s, cmd, count)) return -1;

Completed in 114 milliseconds