Home
last modified time | relevance | path

Searched defs:fstat (Results 1 – 25 of 32) 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/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/rust/crates/gdbstub/src/arch/x86/reg/
Dmod.rs25 pub fstat: u32, field
/external/arm-trusted-firmware/tools/fiptool/
Dwin_posix.h136 inline int fstat(int fd, struct _stat *buffer) in fstat() function
/external/curl/lib/
Dcurl_setup.h327 # define fstat(fdes,stp) _fstati64(fdes, stp) macro
350 # define fstat(fdes,stp) _fstat(fdes, stp) macro
/external/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
Dsanitizer_wrappers.cpp140 int fstat(int fd, struct stat *buf) { STAT(fstat, fd, buf); } in fstat() function
/external/rust/crates/nix/src/sys/
Dstat.rs105 pub fn fstat(fd: RawFd) -> Result<FileStat> { in fstat() function
/external/bc/include/
Dbcl.h169 #define fstat _fstat macro
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterContextNetBSD_i386.cpp37 uint16_t fstat; // FPU Status Word (fsw) member
DRegisterContextLinux_i386.cpp37 uint16_t fstat; // FPU Status Word (fsw) member
DRegisterContext_x86.h268 uint16_t fstat; // FPU Status Word (fsw) member
/external/libevent/sample/
Dhttp-server.c68 #define fstat _fstat macro
/external/tcpdump/
Dnetdissect-stdinc.h152 #define fstat _fstat macro
/external/ImageMagick/MagickCore/
Dnt-base.h126 # define fstat _fstati64 macro
/external/iproute2/ip/
Dipvrf.c149 struct stat fstat; in recurse_dir() local
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_solaris.cpp126 DECLARE__REAL_AND_INTERNAL64(uptr, fstat, fd_t fd, void *buf) { in DECLARE__REAL_AND_INTERNAL64() argument
/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/llvm-project/compiler-rt/lib/msan/
Dmsan_interceptors.cpp39 #define fstat __fstat50 macro
659 INTERCEPTOR(int, fstat, int fd, void *buf) { in INTERCEPTOR() argument
/external/rust/crates/libc/src/windows/
Dmod.rs368 pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; in fstat() function

12