/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/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowLinux.java | 62 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
|
D | ShadowPosix.java | 70 protected static Object fstat(FileDescriptor fd) throws ErrnoException { in fstat() method in ShadowPosix
|
/external/musl/src/stat/ |
D | fstat.c | 7 int fstat(int fd, struct stat *st) in fstat() function
|
/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 | 136 inline int fstat(int fd, struct _stat *buffer) in fstat() function
|
/external/rust/crates/gdbstub_arch/src/x86/reg/ |
D | mod.rs | 25 pub fstat: u32, field
|
/external/bc/include/ |
D | bcl.h | 78 #define fstat _fstat macro
|
/external/curl/lib/ |
D | curl_setup.h | 351 # define fstat(fdes,stp) _fstati64(fdes, stp) macro 376 # define fstat(fdes,stp) _fstat(fdes, stp) macro
|
/external/libevent/sample/ |
D | http-server.c | 68 #define fstat _fstat macro
|
/external/rust/crates/nix/src/sys/ |
D | stat.rs | 122 pub fn fstat(fd: RawFd) -> Result<FileStat> { in fstat() function
|
/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/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/rust/crates/libc/src/windows/ |
D | mod.rs | 392 pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; in fstat() function
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 702 pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; in fstat() function
|
/external/python/pyfakefs/pyfakefs/ |
D | fake_filesystem.py | 3959 def fstat(self, fd: int) -> FakeStatResult: member in FakeOsModule
|
/external/rust/crates/libc/src/ |
D | wasi.rs | 591 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
|