HomeSort by relevance Sort by last modified time
    Searched refs:xreadfile (Results 1 - 4 of 4) sorted by null

  /external/toybox/toys/other/
vmstat.c 57 xreadfile(name = vmstuff[i], toybuf, sizeof(toybuf));
120 xreadfile("/proc/uptime", toybuf, sizeof(toybuf)-1);
  /external/toybox/lib/
lib.h 118 char *xreadfile(char *name, char *buf, off_t len);
xwrap.c 561 char *xreadfile(char *name, char *buf, off_t len) function
  /external/toybox/toys/posix/
grep.c 202 if (TT.f) s = ss = xreadfile(al->arg, 0, 0);

Completed in 77 milliseconds