/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/ |
D | stat.h | 192 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 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
|
H A D | ShadowPosix.java | 66 protected static @ClassName("android.system.StructStat") Object fstat(FileDescriptor fd) in fstat() method in ShadowPosix
|
/aosp_15_r20/hardware/google/pixel/pixelstats/include/pixelstats/ |
D | BatteryFGReporter.h | 56 uint16_t fstat; member 90 uint16_t fstat; member
|
/aosp_15_r20/external/trusty/musl/src/stat/ |
D | fstat.c | 6 int fstat(int fd, struct stat *st) in fstat() function
|
/aosp_15_r20/external/strace/ |
H A D | stat.c | 52 SYS_FUNC(fstat) in SYS_FUNC() argument
|
/aosp_15_r20/external/libpcap/testprogs/ |
H A D | unix.h | 44 #define fstat _fstat macro
|
/aosp_15_r20/external/curl/lib/ |
H A D | curl_setup.h | 468 # 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/ |
D | util.rs | 56 pub fn fstat(p: &Path) -> Result<FileStat> { in fstat() function
|
/aosp_15_r20/external/e2fsprogs/include/nonunix/ |
H A D | unistd.h | 21 #define fstat _fstat macro
|
/aosp_15_r20/external/libjpeg-turbo/md5/ |
H A D | md5hl.c | 47 #define fstat _fstat macro
|
/aosp_15_r20/external/erofs-utils/include/erofs/ |
H A D | io.h | 35 int (*fstat)(struct erofs_vfile *vf, struct stat *buf); member
|
/aosp_15_r20/external/arm-trusted-firmware/tools/fiptool/ |
H A D | win_posix.h | 136 inline int fstat(int fd, struct _stat *buffer) in fstat() function
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/tools/fiptool/ |
D | win_posix.h | 136 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 D | Os.java | 57 public static StructStat fstat(FileDescriptor fd) throws ErrnoException { in fstat() method in Os
|
/aosp_15_r20/hardware/google/aemu/windows/includes/ |
D | unistd.h | 35 #define fstat _fstat64 macro
|
/aosp_15_r20/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
|
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub_arch/src/x86/reg/ |
D | mod.rs | 24 pub fstat: u32, field
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/X11/ |
D | Xw32defs.h | 32 # 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 D | fd.rs | 54 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/ |
D | Xw32defs.h | 32 # 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 D | fd.rs | 54 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 D | RavenwoodRuntimeNative.java | 99 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 D | apr_arch_file_io.h | 137 #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 D | fd.rs | 91 pub fn fstat(&self, stat: *mut hermit_abi::stat) -> io::Result<()> { in fstat() method
|