Home
last modified time | relevance | path

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

12345678910>>...16

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
Dstat.h192 fstat(int _Desc,struct stat *_Stat) { in fstat() function
222 fstat(int _Desc,struct stat *_Stat) { in fstat() function
277 #define fstat _fstat32i64 macro
280 #define fstat _fstat64 macro
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A 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
H A DShadowPosix.java66 protected static @ClassName("android.system.StructStat") Object fstat(FileDescriptor fd) in fstat() method in ShadowPosix
/aosp_15_r20/hardware/google/pixel/pixelstats/include/pixelstats/
DBatteryFGReporter.h56 uint16_t fstat; member
90 uint16_t fstat; member
/aosp_15_r20/external/trusty/musl/src/stat/
Dfstat.c6 int fstat(int fd, struct stat *st) in fstat() function
/aosp_15_r20/external/strace/
H A Dstat.c52 SYS_FUNC(fstat) in SYS_FUNC() argument
/aosp_15_r20/external/libpcap/testprogs/
H A Dunix.h44 #define fstat _fstat macro
/aosp_15_r20/external/curl/lib/
H A Dcurl_setup.h468 # define fstat(fdes,stp) _fstati64(fdes, stp) macro
491 # define fstat(fdes,stp) _fstat(fdes, stp) macro
/aosp_15_r20/packages/modules/Virtualization/libs/devicemapper/src/
Dutil.rs56 pub fn fstat(p: &Path) -> Result<FileStat> { in fstat() function
/aosp_15_r20/external/e2fsprogs/include/nonunix/
H A Dunistd.h21 #define fstat _fstat macro
/aosp_15_r20/external/libjpeg-turbo/md5/
H A Dmd5hl.c47 #define fstat _fstat macro
/aosp_15_r20/external/erofs-utils/include/erofs/
H A Dio.h35 int (*fstat)(struct erofs_vfile *vf, struct stat *buf); member
/aosp_15_r20/external/arm-trusted-firmware/tools/fiptool/
H A Dwin_posix.h136 inline int fstat(int fd, struct _stat *buffer) in fstat() function
/aosp_15_r20/external/trusty/arm-trusted-firmware/tools/fiptool/
Dwin_posix.h136 inline int fstat(int fd, struct _stat *buffer) in fstat() function
/aosp_15_r20/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
H A DOs.java57 public static StructStat fstat(FileDescriptor fd) throws ErrnoException { in fstat() method in Os
/aosp_15_r20/hardware/google/aemu/windows/includes/
Dunistd.h35 #define fstat _fstat64 macro
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/fs/
Dfd.rs154 pub fn fstat<Fd: AsFd>(fd: Fd) -> io::Result<Stat> { in fstat() function
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub_arch/src/x86/reg/
Dmod.rs24 pub fstat: u32, field
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/X11/
DXw32defs.h32 # define fstat _fstat macro
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dfd.rs54 pub fn fstat(&self, stat: *mut hermit_abi::stat) -> io::Result<()> { in fstat() method
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXw32defs.h32 # define fstat _fstat macro
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dfd.rs54 pub fn fstat(&self, stat: *mut hermit_abi::stat) -> io::Result<()> { in fstat() method
/aosp_15_r20/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/com/android/ravenwood/
H A DRavenwoodRuntimeNative.java99 public static StructStat fstat(FileDescriptor fd) throws ErrnoException { in fstat() method in RavenwoodRuntimeNative
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/unix/
H A Dapr_arch_file_io.h137 #define fstat(f,b) fstat64(f,b) macro
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dfd.rs91 pub fn fstat(&self, stat: *mut hermit_abi::stat) -> io::Result<()> { in fstat() method

12345678910>>...16