/third_party/musl/src/misc/aarch64/linux/ |
H A D | fstat.s | 4 .global fstat64 7 .type fstat64,%function 9 fstat64: label
|
/third_party/musl/porting/linux/user/src/misc/aarch64/ |
H A D | fstat.s | 4 .global fstat64 7 .type fstat64,%function 9 fstat64: label
|
/third_party/gptfdisk/ |
H A D | diskio-unix.cc | 45 #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 D | diskio.cc | 23 #define fstat64 fstat macro
|
H A D | diskio.h | 33 #define fstat64 fstat macro
|
H A D | diskio-windows.cc | 22 #define fstat64 fstat macro
|
/third_party/musl/porting/linux/user/src/stat/ |
H A D | fstat.c | 31 weak_alias(__fstat, fstat64);
|
/third_party/musl/src/stat/ |
H A D | fstat.c | 16 weak_alias(__fstat, fstat64);
|
/third_party/musl/compat/time32/ |
H A D | fstat_time32.c | 17 weak_alias(fstat, fstat64);
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/ |
H A D | stat_fstat64_test.cpp | 14 * @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 D | drm_shim.c | 92 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 D | mmapstress10.c | 568 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 D | file_posix.cc | 35 return fstat64(fd, sb);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | stat.h | 103 #define fstat64 fstat macro
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | stat.h | 103 #define fstat64 fstat macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | stat.h | 103 #define fstat64 fstat macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | stat.h | 103 int fstat64(int, struct stat64 *);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | stat.h | 103 #define fstat64 fstat macro
|
/third_party/musl/include/sys/ |
H A D | stat.h | 160 #define fstat64 fstat macro
|
/third_party/ltp/testcases/kernel/fs/fsstress/ |
H A D | fsstress.c | 1449 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 D | fibmap.c | 169 if (fstat64(fd, &st) < 0) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RTDyldMemoryManager.cpp | 247 if (Name == "fstat64") return (uint64_t)&fstat64; in getSymbolAddressInProcess()
|
/third_party/alsa-lib/include/ |
H A D | local.h | 90 #define fstat64 fstat macro
|
/third_party/alsa-lib/src/ucm/ |
H A D | main.c | 179 if (fstat64(fd, &st) == -1) { in read_tlv_file()
|
/third_party/rust/crates/rustix/src/backend/libc/ |
H A D | offset.rs | 27 fstat64 as libc_fstat, fstatat64 as libc_fstatat, ftruncate64 as libc_ftruncate,
|