HomeSort by relevance Sort by last modified time
    Searched refs:fdlength (Results 1 - 12 of 12) sorted by null

  /external/toybox/toys/android/
load_policy.c 23 off_t policy_len = fdlength(fd);
  /external/toybox/toys/other/
mkswap.c 26 off_t len = fdlength(fd);
truncate.c 41 size = fdlength(fd);
shred.c 65 if (!len) len = fdlength(fd);
modinfo.c 48 len = fdlength(fd);
hexedit.c 137 if ((TT.len = fdlength(fd))<1) error_exit("bad length");
  /external/toybox/toys/pending/
mdev.c 87 len = fdlength(fd);
mke2fs.c 432 length = fdlength(TT.fsfd);
modprobe.c 385 len = fdlength(fd);
  /external/toybox/toys/net/
ftpget.c 167 lenl = fdlength(ii);
  /external/toybox/lib/
lib.h 213 off_t fdlength(int fd);
lib.c 420 off_t fdlength(int fd) function
477 if ((len = fdlength(fd))>0) *plen = len;

Completed in 236 milliseconds