Searched defs:_buf (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) argument
157 char *buf = _buf;
176 static int writex(int s, const void *_buf, int count) argument
178 const char *buf = _buf;

Completed in 24 milliseconds