Home
last modified time | relevance | path

Searched refs:fdlength (Results 1 – 13 of 13) sorted by relevance

/third_party/toybox/toys/android/
Dload_policy.c23 off_t policy_len = fdlength(fd); in load_policy_main()
/third_party/toybox/toys/other/
Dmkswap.c26 off_t len = fdlength(fd);
Dtruncate.c41 size = fdlength(fd);
Dshred.c60 if (!len) len = fdlength(fd);
Dmodinfo.c51 len = fdlength(fd); in modinfo_file()
Dhexedit.c137 if ((TT.len = fdlength(fd))<1) error_exit("bad length"); in hexedit_main()
/third_party/toybox/toys/net/
Dftpget.c166 lenl = fdlength(ii); in ftpget_main()
/third_party/toybox/toys/pending/
Dmdev.c93 len = fdlength(fd); in make_device()
Dmke2fs.c569 length = fdlength(TT.fsfd); in mke2fs_main()
Dvi.c523 if (fd == -1 || !(size = fdlength(fd))) { in linelist_load()
/third_party/toybox/lib/
Dlib.c469 off_t fdlength(int fd) in fdlength() function
526 if ((len = fdlength(fd))>0) *plen = len; in readfileat()
Dlib.h244 off_t fdlength(int fd);
/third_party/toybox/porting/liteos_a/lib/
Dlib.h238 off_t fdlength(int fd);