/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowLinux.java | 44 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
|
D | ShadowPosix.java | 30 protected static Object fstat(FileDescriptor fd) throws ErrnoException { in fstat() method in ShadowPosix
|
/external/strace/ |
D | stat.c | 52 SYS_FUNC(fstat) in SYS_FUNC() argument
|
/external/libpcap/testprogs/ |
D | unix.h | 44 #define fstat _fstat macro
|
/external/libjpeg-turbo/md5/ |
D | md5hl.c | 43 #define fstat _fstat macro
|
/external/e2fsprogs/include/nonunix/ |
D | unistd.h | 21 #define fstat _fstat macro
|
/external/rust/crates/gdbstub/src/arch/x86/reg/ |
D | mod.rs | 25 pub fstat: u32, field
|
/external/arm-trusted-firmware/tools/fiptool/ |
D | win_posix.h | 136 inline int fstat(int fd, struct _stat *buffer) in fstat() function
|
/external/curl/lib/ |
D | curl_setup.h | 327 # 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/ |
D | sanitizer_wrappers.cpp | 140 int fstat(int fd, struct stat *buf) { STAT(fstat, fd, buf); } in fstat() function
|
/external/rust/crates/nix/src/sys/ |
D | stat.rs | 105 pub fn fstat(fd: RawFd) -> Result<FileStat> { in fstat() function
|
/external/bc/include/ |
D | bcl.h | 169 #define fstat _fstat macro
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | RegisterContextNetBSD_i386.cpp | 37 uint16_t fstat; // FPU Status Word (fsw) member
|
D | RegisterContextLinux_i386.cpp | 37 uint16_t fstat; // FPU Status Word (fsw) member
|
D | RegisterContext_x86.h | 268 uint16_t fstat; // FPU Status Word (fsw) member
|
/external/libevent/sample/ |
D | http-server.c | 68 #define fstat _fstat macro
|
/external/tcpdump/ |
D | netdissect-stdinc.h | 152 #define fstat _fstat macro
|
/external/ImageMagick/MagickCore/ |
D | nt-base.h | 126 # define fstat _fstati64 macro
|
/external/iproute2/ip/ |
D | ipvrf.c | 149 struct stat fstat; in recurse_dir() local
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_solaris.cpp | 126 DECLARE__REAL_AND_INTERNAL64(uptr, fstat, fd_t fd, void *buf) { in DECLARE__REAL_AND_INTERNAL64() argument
|
/external/fmtlib/test/ |
D | posix-mock-test.cc | 92 int test::fstat(int fd, struct stat* buf) { in fstat() function in test
|
/external/libevent/ |
D | evutil.c | 101 #define fstat _fstati64 macro
|
D | buffer.c | 2982 #define fstat _fstat in evbuffer_file_segment_new() macro
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_interceptors.cpp | 39 #define fstat __fstat50 macro 659 INTERCEPTOR(int, fstat, int fd, void *buf) { in INTERCEPTOR() argument
|
/external/rust/crates/libc/src/windows/ |
D | mod.rs | 368 pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; in fstat() function
|