| /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/arm-trusted-firmware/tools/fiptool/ |
| D | win_posix.h | 134 inline int fstat(int fd, struct _stat *buffer) in fstat() function
|
| /external/curl/lib/ |
| D | curl_setup.h | 368 # define fstat(fdes,stp) _fstati64(fdes, stp) macro 386 # define fstat(fdes,stp) _fstat(fdes, stp) macro
|
| /external/libevent/sample/ |
| D | http-server.c | 68 #define fstat _fstat macro
|
| /external/tcpdump/ |
| D | netdissect-stdinc.h | 152 #define fstat _fstat macro
|
| /external/iproute2/ip/ |
| D | ipvrf.c | 149 struct stat fstat; in recurse_dir() local
|
| /external/ImageMagick/MagickCore/ |
| D | nt-base.h | 122 # define fstat _fstati64 macro
|
| /external/fmtlib/test/ |
| D | posix-mock-test.cc | 90 int test::fstat(int fd, struct stat* buf) { in fstat() function in test
|
| /external/libevent/ |
| D | evutil.c | 97 #define fstat _fstati64 macro
|
| D | buffer.c | 2980 #define fstat _fstat in evbuffer_file_segment_new() macro
|
| /external/rust/crates/libc/src/windows/ |
| D | mod.rs | 414 pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; in fstat() function
|
| /external/rust/crates/libc/src/ |
| D | wasi.rs | 504 pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; in fstat() function
|
| /external/rust/crates/libc/src/unix/ |
| D | mod.rs | 675 pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; in fstat() function
|
| /external/compiler-rt/lib/tsan/rtl/ |
| D | tsan_interceptors.cc | 1359 TSAN_INTERCEPTOR(int, fstat, int fd, void *buf) { in TSAN_INTERCEPTOR() argument
|
| /external/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1438 pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; in fstat() function
|
| /external/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3498 pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; in fstat() function
|