Home
last modified time | relevance | path

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

/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/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.h134 inline int fstat(int fd, struct _stat *buffer) in fstat() function
/external/curl/lib/
Dcurl_setup.h368 # define fstat(fdes,stp) _fstati64(fdes, stp) macro
386 # define fstat(fdes,stp) _fstat(fdes, stp) macro
/external/libevent/sample/
Dhttp-server.c68 #define fstat _fstat macro
/external/tcpdump/
Dnetdissect-stdinc.h152 #define fstat _fstat macro
/external/iproute2/ip/
Dipvrf.c149 struct stat fstat; in recurse_dir() local
/external/ImageMagick/MagickCore/
Dnt-base.h122 # define fstat _fstati64 macro
/external/fmtlib/test/
Dposix-mock-test.cc90 int test::fstat(int fd, struct stat* buf) { in fstat() function in test
/external/libevent/
Devutil.c97 #define fstat _fstati64 macro
Dbuffer.c2980 #define fstat _fstat in evbuffer_file_segment_new() macro
/external/rust/crates/libc/src/windows/
Dmod.rs414 pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; in fstat() function
/external/rust/crates/libc/src/
Dwasi.rs504 pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; in fstat() function
/external/rust/crates/libc/src/unix/
Dmod.rs675 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
/external/rust/crates/libc/src/vxworks/
Dmod.rs1438 pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; in fstat() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3498 pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; in fstat() function