Home
last modified time | relevance | path

Searched refs:fstat (Results 1 – 10 of 10) sorted by relevance

/third_party/ulib/musl/src/time/
A D__map_file.c14 if (!fstat(fd, &st)) { in __map_file()
/third_party/ulib/ngunwind/include/ngunwind/private/
A Delfxx.h79 if (fstat (fd, &stat) < 0) in elf_map_image()
/third_party/ulib/musl/include/sys/
A Dstat.h74 int fstat(int, struct stat*);
/third_party/lib/acpica/source/include/acpica/platform/
A Dacmsvc.h65 #define fstat _fstat macro
/third_party/tools/android/
A Dmkbootimg19 from os import fstat
29 return fstat(f.fileno()).st_size
A Dmkdtimg17 from os import fstat, stat, remove
/third_party/uapp/mkfs-msdosfs/
A Dmkfs_msdos.c228 if (fstat(fd, &sb)) { in mkfs_msdos()
349 if ((fd1 = open(bname, O_RDONLY)) == -1 || fstat(fd1, &sb)) { in mkfs_msdos()
633 if (fstat(fd, &st)) in getdiskinfo()
/third_party/uapp/dash/src/
A Dredir.c195 if (fstat(f, &sb) < 0 && S_ISREG(sb.st_mode)) { in openredirect()
/third_party/ulib/musl/stubs/
A Diostubs.c203 weak_alias(stub_fstat, fstat);
/third_party/ulib/musl/
A DWHATSNEW1028 - linux's lack of support for fchdir, fchmod, fchown, fstat on O_PATH fds
1134 - failure of fchmod, fstat, fchdir, and fchown to produce EBADF

Completed in 10 milliseconds