Home
last modified time | relevance | path

Searched refs:fstat64 (Results 1 - 25 of 27) sorted by relevance

12

/third_party/musl/src/misc/aarch64/linux/
H A Dfstat.s4 .global fstat64
7 .type fstat64,%function
9 fstat64: label
/third_party/musl/porting/linux/user/src/misc/aarch64/
H A Dfstat.s4 .global fstat64
7 .type fstat64,%function
9 fstat64: label
/third_party/gptfdisk/
H A Ddiskio-unix.cc45 #define fstat64 fstat macro
87 if (fstat64(fd, &st) == 0) { in OpenForRead()
101 } // if (fstat64()...) in OpenForRead()
497 if (fstat64(fd, &st) == 0) { in DiskSize()
H A Ddiskio.cc23 #define fstat64 fstat macro
H A Ddiskio.h33 #define fstat64 fstat macro
H A Ddiskio-windows.cc22 #define fstat64 fstat macro
/third_party/musl/porting/linux/user/src/stat/
H A Dfstat.c31 weak_alias(__fstat, fstat64);
/third_party/musl/src/stat/
H A Dfstat.c16 weak_alias(__fstat, fstat64);
/third_party/musl/compat/time32/
H A Dfstat_time32.c17 weak_alias(fstat, fstat64);
/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/
H A Dstat_fstat64_test.cpp14 * @tc.desc: Verify the functionality of the fstat64() function by creating a directory, opening a file within that
15 * directory, retrieving the file status information using fstat64(), and performing checks to ensure
29 int result2 = fstat64(fd, &statBuf); in HWTEST_F()
/third_party/mesa3d/src/drm-shim/
H A Ddrm_shim.c92 REAL_FUNCTION_POINTER(fstat64); variable
231 GET_FUNCTION_POINTER(fstat64); in init_shim()
491 PUBLIC int fstat64(int fd, struct stat64* stat_buf) in fstat64() function
/third_party/ltp/testcases/kernel/mem/mmapstress/
H A Dmmapstress10.c568 if (fstat64(fd_mapper, &statbuf) == -1) {
732 if (fstat64(fd_writer, &statbuf) == -1) {
808 if (fstat64(fd, &statbuf) == -1) {
/third_party/gn/src/base/files/
H A Dfile_posix.cc35 return fstat64(fd, sb);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstat.h103 #define fstat64 fstat macro
/third_party/musl/porting/linux/user/include/sys/
H A Dstat.h103 #define fstat64 fstat macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstat.h103 #define fstat64 fstat macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstat.h103 int fstat64(int, struct stat64 *);
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstat.h103 #define fstat64 fstat macro
/third_party/musl/include/sys/
H A Dstat.h160 #define fstat64 fstat macro
/third_party/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c1449 if (fstat64(fd, &stb) < 0) { in allocsp_f()
1451 printf("%d/%d: allocsp - fstat64 %s failed %d\n", in allocsp_f()
1808 if (fstat64(fd, &stb) < 0) { in dread_f()
1810 printf("%d/%d: dread - fstat64 %s failed %d\n", in dread_f()
1907 if (fstat64(fd, &stb) < 0) { in dwrite_f()
1909 printf("%d/%d: dwrite - fstat64 %s failed %d\n", in dwrite_f()
2024 if (fstat64(fd, &stb) < 0) { in freesp_f()
2026 printf("%d/%d: freesp - fstat64 %s failed %d\n", in freesp_f()
2253 if (fstat64(fd, &stb) < 0) { in read_f()
2255 printf("%d/%d: read - fstat64 in read_f()
[all...]
/third_party/f2fs-tools/tools/
H A Dfibmap.c169 if (fstat64(fd, &st) < 0) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp247 if (Name == "fstat64") return (uint64_t)&fstat64; in getSymbolAddressInProcess()
/third_party/alsa-lib/include/
H A Dlocal.h90 #define fstat64 fstat macro
/third_party/alsa-lib/src/ucm/
H A Dmain.c179 if (fstat64(fd, &st) == -1) { in read_tlv_file()
/third_party/rust/crates/rustix/src/backend/libc/
H A Doffset.rs27 fstat64 as libc_fstat, fstatat64 as libc_fstatat, ftruncate64 as libc_ftruncate,

Completed in 16 milliseconds

12