HomeSort by relevance Sort by last modified time
    Searched refs:fstat64 (Results 1 - 25 of 71) sorted by null

1 2 3

  /bionic/libc/arch-arm64/syscalls/
fstat64.S 5 ENTRY(fstat64) function
14 END(fstat64)
16 ALIAS_SYMBOL(fstat, fstat64)
  /bionic/libc/arch-x86_64/syscalls/
fstat64.S 5 ENTRY(fstat64) function
15 END(fstat64)
17 ALIAS_SYMBOL(fstat, fstat64)
  /bionic/libc/arch-arm/syscalls/
fstat64.S 5 ENTRY(fstat64) function
16 END(fstat64)
18 ALIAS_SYMBOL(fstat, fstat64)
  /bionic/libc/arch-mips/syscalls/
fstat64.S 5 ENTRY(fstat64) function
19 END(fstat64)
21 ALIAS_SYMBOL(fstat, fstat64)
  /bionic/libc/arch-x86/syscalls/
fstat64.S 5 ENTRY(fstat64) function
34 END(fstat64)
36 ALIAS_SYMBOL(fstat, fstat64)
  /system/nvram/hal/
fake-nvram-seccomp-arm.policy 24 fstat64: 1
fake-nvram-seccomp-x86.policy 25 fstat64: 1
  /libcore/ojluni/src/main/native/
FileKey.c 39 #define fstat64 fstat macro
60 RESTARTABLE(fstat64(fdval(env, fdo), &fbuf), res);
62 JNU_ThrowIOExceptionWithLastError(env, "fstat64 failed");
io_util_md.c 72 RESTARTABLE(fstat64(fd, &buf64), result);
  /system/tpm/trunks/
trunksd-seccomp-arm.policy 38 fstat64: 1
trunksd-seccomp-mips.policy 38 fstat64: 1
trunksd-seccomp-x86.policy 42 fstat64: 1
  /external/gptfdisk/
diskio.cc 23 #define fstat64 fstat macro
diskio.h 33 #define fstat64 fstat macro
diskio-unix.cc 76 if (fstat64(fd, &st) == 0) {
89 } // if (fstat64()...)
453 if (fstat64(fd, &st) == 0) {
  /external/strace/
stat64.c 52 SYS_FUNC(fstat64)
  /external/valgrind/memcheck/tests/x86-solaris/
scalar_obsolete.stderr.exp 38 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/
Intercept.cpp 68 sys::DynamicLibrary::AddSymbol("fstat64", (void*)(intptr_t)fstat64);
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
Intercept.cpp 71 sys::DynamicLibrary::AddSymbol("fstat64", (void*)(intptr_t)fstat64);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_stat64.h 93 #define fstat64 _fstat64 /* for POSIX */ macro
  /bionic/libc/arch-mips64/bionic/
stat.cpp 81 __strong_alias(fstat64, fstat);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
stat.h 222 extern int __REDIRECT_NTH (fstat, (int __fd, struct stat *__buf), fstat64)
226 # define fstat fstat64
232 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
520 __NTH (fstat64 (int __fd, struct stat64 *__statbuf))
518 __NTH (fstat64 (int __fd, struct stat64 *__statbuf)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
stat.h 222 extern int __REDIRECT_NTH (fstat, (int __fd, struct stat *__buf), fstat64)
226 # define fstat fstat64
232 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
520 __NTH (fstat64 (int __fd, struct stat64 *__statbuf))
518 __NTH (fstat64 (int __fd, struct stat64 *__statbuf)) function
  /bionic/libc/include/sys/
stat.h 159 int fstat64(int __fd, struct stat64* __buf) __RENAME_STAT64(fstat, 3, 21);
  /external/e2fsprogs/lib/blkid/
getsize.c 165 if (fstat64(fd, &st) == 0)

Completed in 799 milliseconds

1 2 3