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

1 2 34 5

  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress10.c 525 struct stat64 statbuf;
704 struct stat64 statbuf;
788 struct stat64 statbuf;
  /frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp 105 uint32_t zipCrc, struct stat64* st)
234 struct stat64 st;
  /external/e2fsprogs/misc/
chattr.c 80 #define STRUCT_STAT struct stat64
  /external/gptfdisk/
diskio-windows.cc 21 #define stat64 stat macro
  /external/valgrind/coregrind/m_syswrap/
syswrap-arm-linux.c 250 // XXX: lstat64/fstat64/stat64 are generic, but not necessarily
257 PRE_REG_READ2(long, "lstat64", char *, file_name, struct stat64 *, buf);
273 PRE_REG_READ2(long, "stat64", char *, file_name, struct stat64 *, buf);
274 PRE_MEM_RASCIIZ( "stat64(file_name)", ARG1 );
275 PRE_MEM_WRITE( "stat64(buf)", ARG2, sizeof(struct vki_stat64) );
288 int, dfd, char *, file_name, struct stat64 *, buf);
301 PRE_REG_READ2(long, "fstat64", unsigned long, fd, struct stat64 *, buf);
    [all...]
syswrap-mips32-linux.c 497 // XXX: lstat64/fstat64/stat64 are generic, but not necessarily
505 PRE_REG_READ2 (long, "lstat64", char *, file_name, struct stat64 *, buf);
522 PRE_REG_READ2 (long, "stat64", char *, file_name, struct stat64 *, buf);
523 PRE_MEM_RASCIIZ ("stat64(file_name)", ARG1);
524 PRE_MEM_WRITE ("stat64(buf)", ARG2, sizeof (struct vki_stat64));
555 int, dfd, char *, file_name, struct stat64 *, buf, int, flags);
568 PRE_REG_READ2 (long, "fstat64", unsigned long, fd, struct stat64 *, buf);
    [all...]
syswrap-x86-linux.c     [all...]
syswrap-x86-solaris.c 629 /* int fstatat64(int fildes, const char *path, struct stat64 *buf,
634 struct stat64 *, buf, int, flag);
736 /* int stat64(const char *path, struct stat64 *buf); */
738 PRE_REG_READ2(long, "stat64", const char *, path, struct stat64 *, buf);
740 PRE_MEM_RASCIIZ("stat64(path)", ARG1);
741 PRE_MEM_WRITE("stat64(buf)", ARG2, sizeof(struct vki_stat64));
751 /* int lstat64(const char *path, struct stat64 *buf); */
753 PRE_REG_READ2(long, "lstat64", const char *, path, struct stat64 *, buf)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 185 static void stat64_to_stat(struct stat64 *in, struct stat *out) {
241 struct stat64 buf64;
242 int res = internal_syscall(SYSCALL(stat64), path, &buf64);
265 struct stat64 buf64;
284 struct stat64 buf64;
    [all...]
  /external/strace/
sys_func.h 281 extern SYS_FUNC(stat64);
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp 516 struct stat64 s;
    [all...]
  /external/strace/linux/avr32/
syscallent.h 197 [168] = { 2, TF|TST|TSTA, SEN(stat64), "stat64" },
  /external/strace/linux/hppa/
syscallent.h 107 [101] = { 2, TF|TST|TSTA, SEN(stat64), "stat64" },
  /external/strace/linux/xtensa/
syscallent.h 43 [ 47] = { 2, TF|TST|TSTA, SEN(stat64), "stat64" },
  /external/strace/linux/arm/
syscallent.h 225 [195] = { 2, TF|TST|TSTA, SEN(stat64), "stat64" },
  /external/strace/linux/i386/
syscallent.h 225 [195] = { 2, TF|TST|TSTA, SEN(stat64), "stat64" },
  /external/strace/linux/m68k/
syscallent.h 225 [195] = { 2, TF|TST|TSTA, SEN(stat64), "stat64" },
  /external/strace/linux/mips/
syscallent-n32.h 7 [6004] = { 2, TF|TST|TSTA, SEN(stat64), "stat" },
syscallent-o32.h 217 [4213] = { 2, TF|TST|TSTA, SEN(stat64), "stat64" },
  /external/strace/linux/powerpc/
syscallent.h 225 [195] = { 2, TF|TST|TSTA, SEN(stat64), "stat64" },
  /external/strace/linux/s390/
syscallent.h 227 [195] = { 2, TF|TST|TSTA, SEN(stat64), "stat64" },
  /external/strace/linux/sh/
syscallent.h 226 [195] = { 2, TF|TST|TSTA, SEN(stat64), "stat64" },
  /external/strace/linux/sh64/
syscallent.h 224 [195] = { 2, TF|TST|TSTA, SEN(stat64), "stat64" },
  /external/strace/linux/sparc/
syscallent.h 140 [139] = { 2, TF|TST|TSTA, SEN(stat64), "stat64" },
  /external/strace/linux/sparc64/
syscallent.h 138 [139] = { 2, TF|TST|TSTA, SEN(stat64), "stat64" },

Completed in 618 milliseconds

1 2 34 5