Home
last modified time | relevance | path

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

123

/external/valgrind/memcheck/tests/x86-solaris/
Dscalar_obsolete.stderr.exp38 Syscall param fstat64(fildes) contains uninitialised byte(s)
41 Syscall param fstat64(buf) contains uninitialised byte(s)
44 Syscall param fstat64(buf) points to unaddressable byte(s)
/external/strace/tests/
Dfstat64.c9 # define TEST_SYSCALL_NAME fstat64
DMakefile.am61 fstat64 \ program
191 fstat64.test \
D.gitignore26 fstat64
/external/tlsdate/
Dtlsdate-seccomp-x86.policy5 fstat64: 1
Dtlsdate-seccomp-arm.policy6 fstat64: 1
/external/gptfdisk/
Ddiskio.cc21 #define fstat64 fstat macro
Ddiskio.h33 #define fstat64 fstat macro
Ddiskio-unix.cc74 if (fstat64(fd, &st) == 0) { in OpenForRead()
451 if (fstat64(fd, &st) == 0) { in DiskSize()
Ddiskio-windows.cc20 #define fstat64 fstat macro
/external/strace/
Dfile.c354 SYS_FUNC(fstat64) in SYS_FUNC() argument
372 SYS_FUNC(fstat64) in SYS_FUNC() argument
Dsys_func.h59 extern SYS_FUNC(fstat64);
/external/e2fsprogs/lib/blkid/
Dgetsize.c164 if (fstat64(fd, &st) == 0) in blkid_get_dev_size()
/external/f2fs-tools/tools/
Dfibmap.c114 if (fstat64(fd, &st) < 0) { in main()
/external/e2fsprogs/util/
Dcopy_sparse.c190 if (fstat64(ofd, &fileinfo) < 0) { in copy_sparse_file()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRTDyldMemoryManager.cpp238 if (Name == "fstat64") return (uint64_t)&fstat64; in getSymbolAddressInProcess()
/external/e2fsprogs/misc/
Dfilefrag.c358 if (fstat64(fd, &st) < 0) {
/external/strace/linux/32/
Dsyscallent.h84 [ 80] = { 2, TD, SEN(fstat64), "fstat64" },
/external/libchrome/base/files/
Dfile_posix.cc41 return fstat64(fd, sb);
/external/strace/linux/avr32/
Dsyscallent.h198 [170] = { 2, TD, SEN(fstat64), "fstat64" },
/external/strace/linux/mips/
Dsyscallent-n32.h8 [6005] = { 2, TD, SEN(fstat64), "fstat" },
/external/strace/linux/xtensa/
Dsyscallent.h51 [ 55] = { 2, TD, SEN(fstat64), "fstat64" },
/external/strace/linux/s390/
Dsyscallent.h228 [197] = { 2, TD, SEN(fstat64), "fstat64" },
/external/strace/linux/sparc/
Dsyscallent.h64 [ 63] = { 2, TD, SEN(fstat64), "fstat64" },
/external/valgrind/coregrind/m_syswrap/
Dpriv_syswrap-darwin.h429 DECL_TEMPLATE(darwin, fstat64); // 339

123