HomeSort by relevance Sort by last modified time
    Searched refs:stat64 (Results 26 - 50 of 123) sorted by null

12 3 4 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
stat.h 220 struct stat *__restrict __buf), stat64)
225 # define stat stat64
230 extern int stat64 (__const char *__restrict __file,
231 struct stat64 *__restrict __buf) __THROW __nonnull ((1, 2));
232 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
256 struct stat64 *__restrict __buf, int __flag)
279 struct stat64 *__restrict __buf)
436 extern int __fxstat64 (int __ver, int __fildes, struct stat64 *__stat_buf)
439 struct stat64 *__stat_buf) __THROW __nonnull ((2, 3));
441 struct stat64 *__stat_buf) __THROW __nonnull ((2, 3))
504 __NTH (stat64 (__const char *__path, struct stat64 *__statbuf)) function
    [all...]
  /external/valgrind/memcheck/tests/x86-solaris/
scalar_obsolete.stderr.exp 4 Syscall param stat64(path) contains uninitialised byte(s)
7 Syscall param stat64(buf) contains uninitialised byte(s)
10 Syscall param stat64(path) points to unaddressable byte(s)
14 Syscall param stat64(buf) points to unaddressable byte(s)
  /libcore/ojluni/src/main/native/
FileKey.c 37 #define stat64 stat macro
57 struct stat64 fbuf;
UnixFileSystem_md.c 50 #define stat64 stat macro
106 struct stat64 sb;
107 if (stat64(path, &sb) == 0) {
223 struct stat64 sb;
224 if (stat64(path, &sb) == 0) {
239 struct stat64 sb;
240 if (stat64(path, &sb) == 0) {
405 struct stat64 sb;
407 if (stat64(path, &sb) == 0) {
  /system/tpm/trunks/
trunksd-seccomp-x86.policy 44 stat64: 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
glob.h 111 struct stat64;
130 int (*gl_lstat) (__const char *__restrict, struct stat64 *__restrict);
131 int (*gl_stat) (__const char *__restrict, struct stat64 *__restrict);
ftw.h 119 __const struct stat64 *__status, int __flag);
127 __const struct stat64 *__status,
_G_config.h 39 #define _G_stat64 stat64
  /bionic/tests/
ftw_test.cpp 88 int check_ftw64(const char* fpath, const struct stat64* sb, int tflag) {
98 int check_nftw64(const char* fpath, const struct stat64* sb, int tflag, FTW* ftwbuf) {
152 ASSERT_EQ(0, ftw64(root.dirname, bug_28197840_ftw<struct stat64>, 128));
154 ASSERT_EQ(0, nftw64(root.dirname, bug_28197840_nftw<struct stat64>, 128, FTW_PHYS));
  /external/gptfdisk/
diskio.cc 24 #define stat64 stat macro
diskio.h 34 #define stat64 stat macro
  /external/kernel-headers/original/uapi/asm-arm/asm/
stat.h 52 /* This matches struct stat64 in glibc2.1, hence the absolutely
57 struct stat64 { struct
  /external/strace/
stat64.c 41 SYS_FUNC(stat64)
fetch_struct_stat64.c 56 struct stat64 {}; struct
59 typedef struct stat64 struct_stat64;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
stat.h 30 /* This matches struct stat64 in glibc2.1, hence the absolutely
33 struct stat64 { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
stat.h 30 /* This matches struct stat64 in glibc2.1, hence the absolutely
33 struct stat64 { struct
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
Intercept.cpp 67 sys::DynamicLibrary::AddSymbol("stat64", (void*)(intptr_t)stat64);
68 sys::DynamicLibrary::AddSymbol("\x1stat64", (void*)(intptr_t)stat64);
  /external/kmod/testsuite/
path.c 191 WRAP_2ARGS(int, -1, stat64, struct stat64*);
192 WRAP_2ARGS(int, -1, lstat64, struct stat64*);
  /external/ltp/testcases/kernel/syscalls/fstatat/
fstatat01.c 63 int fstatat(int dirfd, const char *filename, struct stat64 *statbuf, int flags)
84 static struct stat64 statbuf;
  /bionic/libc/kernel/uapi/asm-mips/asm/
stat.h 46 struct stat64 { struct
  /bionic/libc/kernel/uapi/asm-x86/asm/
stat.h 47 struct stat64 { struct
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_linux.cc 72 COMPILER_CHECK(struct_kernel_stat64_sz == sizeof(struct stat64));
  /external/kernel-headers/original/uapi/asm-mips/asm/
stat.h 47 * This matches struct stat64 in glibc2.1, hence the absolutely insane
52 struct stat64 { struct
92 /* The memory layout is the same as of struct stat64 of the 32-bit kernel. */
  /external/kernel-headers/original/uapi/asm-x86/asm/
stat.h 39 /* This matches struct stat64 in glibc2.1, hence the absolutely
42 struct stat64 { struct
  /external/e2fsprogs/util/
copy_sparse.c 92 struct stat64 fileinfo;
102 if (stat64(src, &fileinfo) < 0) {

Completed in 798 milliseconds

12 3 4 5