Searched refs:readfileat (Results 1 – 4 of 4) sorted by relevance
/external/toybox/toys/other/ |
D | insmod.c | 41 char *buf = readfileat(AT_FDCWD, path, NULL, &len); in insmod_main()
|
/external/toybox/toys/posix/ |
D | ps.c | 575 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/ |
D | lib.c | 448 char *readfileat(int dirfd, char *name, char *ibuf, off_t *plen) in readfileat() function 491 return readfileat(AT_FDCWD, name, ibuf, &len); in readfile()
|
D | lib.h | 168 char *readfileat(int dirfd, char *name, char *buf, off_t *len);
|