Home
last modified time | relevance | path

Searched refs:fstat64 (Results 1 – 25 of 53) sorted by relevance

123

/third_party/musl/src/stat/
Dfstat.c14 weak_alias(fstat, fstat64);
/third_party/musl/compat/time32/
Dfstat_time32.c17 weak_alias(fstat, fstat64);
/third_party/gptfdisk/
Ddiskio.cc23 #define fstat64 fstat macro
Ddiskio.h33 #define fstat64 fstat macro
Ddiskio-unix.cc83 if (fstat64(fd, &st) == 0) { in OpenForRead()
493 if (fstat64(fd, &st) == 0) { in DiskSize()
Ddiskio-windows.cc22 #define fstat64 fstat macro
/third_party/boost/boost/iostreams/detail/config/
Drtl.hpp60 # define BOOST_IOSTREAMS_FD_FSTAT fstat64
/third_party/mesa3d/src/drm-shim/
Ddrm_shim.c91 REAL_FUNCTION_POINTER(fstat64);
228 GET_FUNCTION_POINTER(fstat64); in init_shim()
479 PUBLIC int fstat64(int fd, struct stat64* stat_buf) in fstat64() function
/third_party/ltp/testcases/kernel/mem/mmapstress/
Dmmapstress10.c569 if (fstat64(fd_mapper, &statbuf) == -1) {
733 if (fstat64(fd_writer, &statbuf) == -1) {
809 if (fstat64(fd, &statbuf) == -1) {
/third_party/musl/porting/liteos_m/kernel/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/include/sys/
Dstat.h103 #define fstat64 fstat macro
/third_party/musl/porting/uniproton/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/liteos_a/kernel/include/sys/
Dstat.h103 int fstat64(int, struct stat64 *);
/third_party/musl/ndk_musl_include/sys/
Dstat.h102 #define fstat64 fstat macro
/third_party/e2fsprogs/lib/blkid/
Dgetsize.c168 if (fstat64(fd, &st) == 0) in blkid_get_dev_size()
/third_party/e2fsprogs/util/
Dcopy_sparse.c190 if (fstat64(ofd, &fileinfo) < 0) { in copy_sparse_file()
/third_party/ltp/testcases/kernel/fs/fsstress/
Dfsstress.c1448 if (fstat64(fd, &stb) < 0) { in allocsp_f()
1807 if (fstat64(fd, &stb) < 0) { in dread_f()
1906 if (fstat64(fd, &stb) < 0) { in dwrite_f()
2023 if (fstat64(fd, &stb) < 0) { in freesp_f()
2252 if (fstat64(fd, &stb) < 0) { in read_f()
2388 if (fstat64(fd, &stb) < 0) { in resvsp_f()
2600 if (fstat64(fd, &stb) < 0) { in unresvsp_f()
2654 if (fstat64(fd, &stb) < 0) { in write_f()
/third_party/e2fsprogs/contrib/
Dfsstress.c1480 if (fstat64(fd, &stb) < 0) { in allocsp_f()
1839 if (fstat64(fd, &stb) < 0) { in dread_f()
1938 if (fstat64(fd, &stb) < 0) { in dwrite_f()
2055 if (fstat64(fd, &stb) < 0) { in freesp_f()
2284 if (fstat64(fd, &stb) < 0) { in read_f()
2420 if (fstat64(fd, &stb) < 0) { in resvsp_f()
2632 if (fstat64(fd, &stb) < 0) { in unresvsp_f()
2686 if (fstat64(fd, &stb) < 0) { in write_f()
/third_party/f2fs-tools/tools/
Dfibmap.c167 if (fstat64(fd, &st) < 0) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRTDyldMemoryManager.cpp247 if (Name == "fstat64") return (uint64_t)&fstat64; in getSymbolAddressInProcess()
/third_party/ltp/include/lapi/syscalls/
Dsparc64.in60 fstat64 63
Dsh.in176 fstat64 197
Dmips_o32.in216 fstat64 4215

123