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

12

/external/gptfdisk/
H A Ddiskio.cc23 #define fstat64 fstat macro
H A Ddiskio.h33 #define fstat64 fstat macro
H A Ddiskio-unix.cc76 if (fstat64(fd, &st) == 0) {
89 } // if (fstat64()...)
453 if (fstat64(fd, &st) == 0) {
H A Ddiskio-windows.cc20 #define fstat64 fstat macro
/external/strace/
H A Dstat64.c52 SYS_FUNC(fstat64)
H A Dsys_func.h58 extern SYS_FUNC(fstat64);
/external/valgrind/memcheck/tests/x86-solaris/
H A 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/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DIntercept.cpp68 sys::DynamicLibrary::AddSymbol("fstat64", (void*)(intptr_t)fstat64);
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
H A DIntercept.cpp71 sys::DynamicLibrary::AddSymbol("fstat64", (void*)(intptr_t)fstat64);
/external/e2fsprogs/lib/blkid/
H A Dgetsize.c165 if (fstat64(fd, &st) == 0)
/external/e2fsprogs/util/
H A Dcopy_sparse.c190 if (fstat64(ofd, &fileinfo) < 0) {
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp234 if (Name == "fstat64") return (uint64_t)&fstat64;
/external/ltp/testcases/kernel/mem/mmapstress/
H A Dmmapstress10.c569 if (fstat64(fd_mapper, &statbuf) == -1) {
733 if (fstat64(fd_writer, &statbuf) == -1) {
809 if (fstat64(fd, &statbuf) == -1) {
H A Dmmapstress01.c624 if (fstat64(fd, &statbuf) == -1) {
/external/f2fs-tools/tools/
H A Dfibmap.c167 if (fstat64(fd, &st) < 0) {
/external/e2fsprogs/contrib/
H A Dfsstress.c1473 if (fstat64(fd, &stb) < 0) {
1475 printf("%d/%d: allocsp - fstat64 %s failed %d\n",
1832 if (fstat64(fd, &stb) < 0) {
1834 printf("%d/%d: dread - fstat64 %s failed %d\n",
1931 if (fstat64(fd, &stb) < 0) {
1933 printf("%d/%d: dwrite - fstat64 %s failed %d\n",
2048 if (fstat64(fd, &stb) < 0) {
2050 printf("%d/%d: freesp - fstat64 %s failed %d\n",
2277 if (fstat64(fd, &stb) < 0) {
2279 printf("%d/%d: read - fstat64
[all...]
/external/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c1448 if (fstat64(fd, &stb) < 0) {
1450 printf("%d/%d: allocsp - fstat64 %s failed %d\n",
1807 if (fstat64(fd, &stb) < 0) {
1809 printf("%d/%d: dread - fstat64 %s failed %d\n",
1906 if (fstat64(fd, &stb) < 0) {
1908 printf("%d/%d: dwrite - fstat64 %s failed %d\n",
2023 if (fstat64(fd, &stb) < 0) {
2025 printf("%d/%d: freesp - fstat64 %s failed %d\n",
2252 if (fstat64(fd, &stb) < 0) {
2254 printf("%d/%d: read - fstat64
[all...]
/external/e2fsprogs/misc/
H A Dfilefrag.c409 if (fstat64(fd, &st) < 0) {
/external/libchrome/base/files/
H A Dfile_posix.cc41 return fstat64(fd, sb);
/external/strace/linux/32/
H A Dsyscallent.h84 [ 80] = { 2, TD|TFST|TSTA, SEN(fstat64), "fstat64" },
/external/strace/linux/avr32/
H A Dsyscallent.h199 [170] = { 2, TD|TFST|TSTA, SEN(fstat64), "fstat64" },
/external/strace/linux/hppa/
H A Dsyscallent.h118 [112] = { 2, TD|TFST|TSTA, SEN(fstat64), "fstat64" },
/external/strace/linux/xtensa/
H A Dsyscallent.h51 [ 55] = { 2, TD|TFST|TSTA, SEN(fstat64), "fstat64" },
/external/strace/linux/arm/
H A Dsyscallent.h227 [197] = { 2, TD|TFST|TSTA, SEN(fstat64), "fstat64" },
/external/strace/linux/i386/
H A Dsyscallent.h227 [197] = { 2, TD|TFST|TSTA, SEN(fstat64), "fstat64" },

Completed in 962 milliseconds

12