Searched refs:readlinkat0 (Results 1 - 9 of 9) sorted by relevance
/third_party/toybox/toys/other/ |
H A D | lspci.c | 54 if (FLAG(k)) readlinkat0(dirfd, "driver", driver, sizeof(driver)); in do_lspci()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | cp.c | 226 ? ((i = readlinkat0(tfd, try->name, toybuf, sizeof(toybuf))) && in cp_node()
|
H A D | ps.c | 846 if (j==3 && !ptb) len = readlinkat0(fd, buf, buf, len); in get_ps() 875 && st.st_rdev == rdev && (len = readlinkat0(fd, buf, buf, len))) in get_ps()
|
/third_party/toybox/toys/net/ |
H A D | netstat.c | 255 if (!readlinkat0(dirfd, entry->d_name, s, sizeof(toybuf)-256)) continue; in scan_pids()
|
/third_party/toybox/toys/posix/ |
H A D | cp.c | 253 ? ((i = readlinkat0(tfd, try->name, toybuf, sizeof(toybuf))) && in cp_node()
|
H A 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()
|
/third_party/toybox/lib/ |
H A D | lib.c | 1320 int readlinkat0(int dirfd, char *path, char *buf, int len) in readlinkat0() function 1333 return readlinkat0(AT_FDCWD, path, buf, len); in readlink0()
|
H A D | lib.h | 273 int readlinkat0(int dirfd, char *path, char *buf, int len);
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 264 int readlinkat0(int dirfd, char *path, char *buf, int len);
|
Completed in 11 milliseconds