Home
last modified time | relevance | path

Searched defs:fstat (Results 1 – 25 of 66) sorted by relevance

123

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLinux.java66 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
DShadowPosix.java66 protected static @ClassName("android.system.StructStat") Object fstat(FileDescriptor fd) in fstat() method in ShadowPosix
/external/trusty/musl/src/stat/
Dfstat.c6 int fstat(int fd, struct stat *st) in fstat() function
/external/strace/
Dstat.c52 SYS_FUNC(fstat) in SYS_FUNC() argument
/external/curl/docs/examples/
Dfileupload.c37 #define fstat _fstat macro
Danyauthput.c40 #define fstat _fstat macro
/external/libpcap/testprogs/
Dunix.h44 #define fstat _fstat macro
/external/libjpeg-turbo/md5/
Dmd5hl.c47 #define fstat _fstat macro
/external/e2fsprogs/include/nonunix/
Dunistd.h21 #define fstat _fstat macro
/external/erofs-utils/include/erofs/
Dio.h35 int (*fstat)(struct erofs_vfile *vf, struct stat *buf); member
/external/arm-trusted-firmware/tools/fiptool/
Dwin_posix.h136 inline int fstat(int fd, struct _stat *buffer) in fstat() function
/external/trusty/arm-trusted-firmware/tools/fiptool/
Dwin_posix.h136 inline int fstat(int fd, struct _stat *buffer) in fstat() function
/external/rust/android-crates-io/crates/rustix/src/fs/
Dfd.rs154 pub fn fstat<Fd: AsFd>(fd: Fd) -> io::Result<Stat> { in fstat() function
/external/rust/android-crates-io/crates/gdbstub_arch/src/x86/reg/
Dmod.rs24 pub fstat: u32, field
/external/cronet/stable/third_party/apache-portable-runtime/src/include/arch/unix/
Dapr_arch_file_io.h137 #define fstat(f,b) fstat64(f,b) macro
/external/cronet/tot/third_party/apache-portable-runtime/src/include/arch/unix/
Dapr_arch_file_io.h137 #define fstat(f,b) fstat64(f,b) macro
/external/libevent/sample/
Dhttp-server.c68 #define fstat _fstat macro
/external/curl/lib/
Dcurl_setup.h468 # 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/
Dstat.rs236 pub fn fstat(fd: RawFd) -> Result<FileStat> { in fstat() function
/external/rust/android-crates-io/crates/gdbstub/examples/armv4t/gdb/
Dhost_io.rs182 fn fstat(&mut self, fd: u32) -> HostIoResult<HostIoStat, Self> { in fstat() method
/external/iproute2/ip/
Dipvrf.c149 struct stat fstat; in recurse_dir() local
/external/perfetto/src/trace_processor/importers/proto/
Dproto_trace_reader.cc700 protos::pbzero::TraceStats::FilterStats::Decoder fstat(evt.filter_stats()); in ParseTraceStats() local
/external/rust/android-crates-io/crates/gdbstub/src/target/ext/
Dhost_io.rs347 fn fstat(&mut self, fd: u32) -> HostIoResult<HostIoStat, Self>; in fstat() method
/external/cronet/tot/third_party/libc++/src/src/filesystem/
Dposix_compat.h201 inline int fstat(int fd, StatT* buf) { in fstat() function
/external/cronet/stable/third_party/libc++/src/src/filesystem/
Dposix_compat.h201 inline int fstat(int fd, StatT* buf) { in fstat() function

123