Home
last modified time | relevance | path

Searched defs:fstat (Results 1 – 25 of 28) sorted by relevance

12

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLinux.java44 protected StructStat fstat(String path) throws ErrnoException { in fstat() method in ShadowLinux
49 protected StructStat fstat(FileDescriptor fd) throws ErrnoException { in fstat() method in ShadowLinux
DShadowPosix.java30 protected static Object fstat(FileDescriptor fd) throws ErrnoException { in fstat() method in ShadowPosix
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLinux.java62 protected StructStat fstat(String path) throws ErrnoException { in fstat() method in ShadowLinux
67 protected StructStat fstat(FileDescriptor fd) throws ErrnoException { in fstat() method in ShadowLinux
DShadowPosix.java70 protected static Object fstat(FileDescriptor fd) throws ErrnoException { in fstat() method in ShadowPosix
/external/musl/src/stat/
Dfstat.c7 int fstat(int fd, struct stat *st) in fstat() function
/external/strace/
Dstat.c52 SYS_FUNC(fstat) in SYS_FUNC() argument
/external/libpcap/testprogs/
Dunix.h44 #define fstat _fstat macro
/external/libjpeg-turbo/md5/
Dmd5hl.c43 #define fstat _fstat macro
/external/e2fsprogs/include/nonunix/
Dunistd.h21 #define fstat _fstat macro
/external/arm-trusted-firmware/tools/fiptool/
Dwin_posix.h136 inline int fstat(int fd, struct _stat *buffer) in fstat() function
/external/rust/crates/gdbstub_arch/src/x86/reg/
Dmod.rs25 pub fstat: u32, field
/external/bc/include/
Dbcl.h78 #define fstat _fstat macro
/external/curl/lib/
Dcurl_setup.h351 # define fstat(fdes,stp) _fstati64(fdes, stp) macro
376 # define fstat(fdes,stp) _fstat(fdes, stp) macro
/external/libevent/sample/
Dhttp-server.c68 #define fstat _fstat macro
/external/rust/crates/nix/src/sys/
Dstat.rs122 pub fn fstat(fd: RawFd) -> Result<FileStat> { in fstat() function
/external/ImageMagick/MagickCore/
Dnt-base.h126 # define fstat _fstati64 macro
/external/iproute2/ip/
Dipvrf.c149 struct stat fstat; in recurse_dir() local
/external/fmtlib/test/
Dposix-mock-test.cc92 int test::fstat(int fd, struct stat* buf) { in fstat() function in test
/external/libevent/
Devutil.c101 #define fstat _fstati64 macro
Dbuffer.c2982 #define fstat _fstat in evbuffer_file_segment_new() macro
/external/rust/crates/libc/src/windows/
Dmod.rs392 pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; in fstat() function
/external/rust/crates/libc/src/unix/
Dmod.rs702 pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; in fstat() function
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py3959 def fstat(self, fd: int) -> FakeStatResult: member in FakeOsModule
/external/rust/crates/libc/src/
Dwasi.rs591 pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; in fstat() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc1359 TSAN_INTERCEPTOR(int, fstat, int fd, void *buf) { in TSAN_INTERCEPTOR() argument

12