/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowLinux.java | 66 protected StructStat fstat(String path) throws ErrnoException { in fstat() method in ShadowLinux 71 protected StructStat fstat(FileDescriptor fd) throws ErrnoException { in fstat() method in ShadowLinux
|
D | ShadowPosix.java | 66 protected static @ClassName("android.system.StructStat") Object fstat(FileDescriptor fd) in fstat() method in ShadowPosix
|
/external/trusty/musl/src/stat/ |
D | fstat.c | 6 int fstat(int fd, struct stat *st) in fstat() function
|
/external/strace/ |
D | stat.c | 52 SYS_FUNC(fstat) in SYS_FUNC() argument
|
/external/curl/docs/examples/ |
D | fileupload.c | 37 #define fstat _fstat macro
|
D | anyauthput.c | 40 #define fstat _fstat macro
|
/external/libpcap/testprogs/ |
D | unix.h | 44 #define fstat _fstat macro
|
/external/libjpeg-turbo/md5/ |
D | md5hl.c | 47 #define fstat _fstat macro
|
/external/e2fsprogs/include/nonunix/ |
D | unistd.h | 21 #define fstat _fstat macro
|
/external/erofs-utils/include/erofs/ |
D | io.h | 35 int (*fstat)(struct erofs_vfile *vf, struct stat *buf); member
|
/external/arm-trusted-firmware/tools/fiptool/ |
D | win_posix.h | 136 inline int fstat(int fd, struct _stat *buffer) in fstat() function
|
/external/trusty/arm-trusted-firmware/tools/fiptool/ |
D | win_posix.h | 136 inline int fstat(int fd, struct _stat *buffer) in fstat() function
|
/external/rust/android-crates-io/crates/rustix/src/fs/ |
D | fd.rs | 154 pub fn fstat<Fd: AsFd>(fd: Fd) -> io::Result<Stat> { in fstat() function
|
/external/rust/android-crates-io/crates/gdbstub_arch/src/x86/reg/ |
D | mod.rs | 24 pub fstat: u32, field
|
/external/cronet/stable/third_party/apache-portable-runtime/src/include/arch/unix/ |
D | apr_arch_file_io.h | 137 #define fstat(f,b) fstat64(f,b) macro
|
/external/cronet/tot/third_party/apache-portable-runtime/src/include/arch/unix/ |
D | apr_arch_file_io.h | 137 #define fstat(f,b) fstat64(f,b) macro
|
/external/libevent/sample/ |
D | http-server.c | 68 #define fstat _fstat macro
|
/external/curl/lib/ |
D | curl_setup.h | 468 # define fstat(fdes,stp) _fstati64(fdes, stp) macro 499 # define fstat(fdes,stp) _fstat(fdes, stp) macro
|
/external/rust/android-crates-io/crates/nix/src/sys/ |
D | stat.rs | 236 pub fn fstat(fd: RawFd) -> Result<FileStat> { in fstat() function
|
/external/rust/android-crates-io/crates/gdbstub/examples/armv4t/gdb/ |
D | host_io.rs | 182 fn fstat(&mut self, fd: u32) -> HostIoResult<HostIoStat, Self> { in fstat() method
|
/external/iproute2/ip/ |
D | ipvrf.c | 149 struct stat fstat; in recurse_dir() local
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | proto_trace_reader.cc | 700 protos::pbzero::TraceStats::FilterStats::Decoder fstat(evt.filter_stats()); in ParseTraceStats() local
|
/external/rust/android-crates-io/crates/gdbstub/src/target/ext/ |
D | host_io.rs | 347 fn fstat(&mut self, fd: u32) -> HostIoResult<HostIoStat, Self>; in fstat() method
|
/external/cronet/tot/third_party/libc++/src/src/filesystem/ |
D | posix_compat.h | 201 inline int fstat(int fd, StatT* buf) { in fstat() function
|
/external/cronet/stable/third_party/libc++/src/src/filesystem/ |
D | posix_compat.h | 201 inline int fstat(int fd, StatT* buf) { in fstat() function
|