Searched refs:readlinkat0 (Results 1 – 6 of 6) sorted by relevance
/external/toybox/toys/other/ |
D | lspci.c | 55 readlinkat0(dirfd, "driver", driver, sizeof(driver));
|
/external/toybox/toys/net/ |
D | netstat.c | 226 if (!readlinkat0(dirfd, entry->d_name, s, sizeof(toybuf)-256)) continue; in scan_pids()
|
/external/toybox/toys/posix/ |
D | cp.c | 253 ? ((i = readlinkat0(tfd, try->name, toybuf, sizeof(toybuf))) && in cp_node()
|
D | ps.c | 889 if (j==3 && !ptb) len = readlinkat0(fd, buf, buf, len); in get_ps() 918 && st.st_rdev == rdev && (len = readlinkat0(fd, buf, buf, len))) in get_ps()
|
/external/toybox/lib/ |
D | lib.c | 1335 int readlinkat0(int dirfd, char *path, char *buf, int len) in readlinkat0() function 1348 return readlinkat0(AT_FDCWD, path, buf, len); in readlink0()
|
D | lib.h | 266 int readlinkat0(int dirfd, char *path, char *buf, int len);
|