Home
last modified time | relevance | path

Searched defs:fstat64 (Results 1 – 11 of 11) sorted by relevance

/third_party/gptfdisk/
Ddiskio.cc23 #define fstat64 fstat macro
Ddiskio.h33 #define fstat64 fstat macro
Ddiskio-windows.cc22 #define fstat64 fstat macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstat.h103 #define fstat64 fstat macro
/third_party/musl/ndk_musl_include/sys/
Dstat.h102 #define fstat64 fstat macro
/third_party/musl/include/sys/
Dstat.h103 #define fstat64 fstat macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstat.h103 #define fstat64 fstat macro
/third_party/musl/porting/linux/user/include/sys/
Dstat.h103 #define fstat64 fstat macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstat.h103 #define fstat64 fstat macro
/third_party/mesa3d/src/drm-shim/
Ddrm_shim.c491 PUBLIC int fstat64(int fd, struct stat64* stat_buf) in fstat64() function
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1700 pub fn fstat64(fildes: ::c_int, buf: *mut stat64) -> ::c_int; in fstat64() function