HomeSort by relevance Sort by last modified time
    Searched full:readfileat (Results 1 - 6 of 6) sorted by null

  /external/toybox/toys/other/
insmod.c 45 char *buf = readfileat(AT_FDCWD, path, NULL, &len);
  /external/toybox/lib/
lib.c 494 char *readfileat(int dirfd, char *name, char *ibuf, off_t *plen) function
501 if (CFG_TOYBOX_DEBUG && (ibuf ? !*plen : *plen)) error_exit("bad readfileat");
537 return readfileat(AT_FDCWD, name, ibuf, &len);
1033 if (!(comm = readfileat(AT_FDCWD, libbuf, libbuf, &len)) || !len)
1061 if (!(cmd = readfileat(AT_FDCWD, cmd, cmd, &len))) continue;
lib.h 194 char *readfileat(int dirfd, char *name, char *buf, off_t *len);
  /external/toybox/toys/posix/
ps.c 691 if (!readfileat(fd, buf, buf, &len)) return 0;
732 if (!readfileat(fd, buf, buf, &temp)) *buf = 0;
746 if (!readfileat(fd, buf, buf, &temp)) *buf = 0;
769 if (!readfileat(fd, buf, buf, &temp)) *buf = 0;
781 if (readfileat(fd, buf, buf, &temp) && !memcmp(buf, "\177ELF", 4)) {
    [all...]
  /external/toybox/www/
index.html     [all...]
news.html     [all...]

Completed in 303 milliseconds