Home
last modified time | relevance | path

Searched refs:readfileat (Results 1 – 4 of 4) sorted by relevance

/external/toybox/toys/other/
Dinsmod.c41 char *buf = readfileat(AT_FDCWD, path, NULL, &len); in insmod_main()
/external/toybox/toys/posix/
Dps.c575 if (!readfileat(fd, buf, buf, &len)) return 0; in get_ps()
615 if (!readfileat(fd, buf, buf, &temp)) *buf = 0; in get_ps()
629 if (!readfileat(fd, buf, buf, &temp)) *buf = 0; in get_ps()
652 if (!readfileat(fd, buf, buf, &temp)) *buf = 0; in get_ps()
732 if (readfileat(fd, buf, buf, &len) && len>0) { in get_ps()
/external/toybox/lib/
Dlib.c448 char *readfileat(int dirfd, char *name, char *ibuf, off_t *plen) in readfileat() function
491 return readfileat(AT_FDCWD, name, ibuf, &len); in readfile()
Dlib.h168 char *readfileat(int dirfd, char *name, char *buf, off_t *len);