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

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

Completed in 56 milliseconds