HomeSort by relevance Sort by last modified time
    Searched defs:lstat64 (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
stat.h 271 struct stat *__restrict __buf), lstat64)
274 # define lstat lstat64
278 extern int lstat64 (__const char *__restrict __file,
513 __NTH (lstat64 (__const char *__path, struct stat64 *__statbuf))
511 __NTH (lstat64 (__const char *__path, 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 271 struct stat *__restrict __buf), lstat64)
274 # define lstat lstat64
278 extern int lstat64 (__const char *__restrict __file,
513 __NTH (lstat64 (__const char *__path, struct stat64 *__statbuf))
511 __NTH (lstat64 (__const char *__path, struct stat64 *__statbuf)) function
  /libcore/ojluni/src/main/native/
UnixNativeDispatcher.c 57 #define lstat64 lstat macro
493 RESTARTABLE(lstat64(path, &buf), err);
    [all...]
  /external/google-breakpad/src/third_party/lss/
linux_syscall_support.h 132 # pragma push_macro("lstat64")
135 # undef lstat64 macro
    [all...]

Completed in 97 milliseconds