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

1 2 3 4 5 6 7 8

  /bionic/libc/arch-mips/syscalls/
lstat.S 4 .globl lstat
6 .ent lstat
8 lstat: label
22 .end lstat
  /bionic/libc/arch-arm/syscalls/
lstat.S 6 ENTRY(lstat) function
15 END(lstat)
  /bionic/libc/arch-x86/syscalls/
lstat.S 6 ENTRY(lstat) function
24 END(lstat)
  /bionic/libc/bionic/
ftok.c 36 if ( lstat(path, &st) < 0 )
  /bionic/libc/stdio/
remove.c 44 if (lstat(file, &st) < 0)
  /development/ndk/sources/android/libportable/arch-x86/
stat.c 37 int WRAP(lstat)(const char *path, struct stat_portable *s) function
40 int ret = REAL(lstat)(path, &x86_stat);
  /ndk/sources/host-tools/sed-4.2.1/lib/
sys_stat.in.h 291 /* mingw does not support symlinks, therefore it does not have lstat. But
293 # define lstat stat
295 # undef lstat
296 # define lstat rpl_lstat
300 # undef lstat
301 # define lstat(p,b) \
302 (GL_LINK_WARNING ("lstat is unportable - " \
303 "use gnulib module lstat for portability"), \
304 lstat (p, b))
lstat.c 1 /* Work around a bug of lstat on some systems
31 return lstat (filename, buf);
40 /* lstat works differently on Linux and Solaris systems. POSIX (see
44 lstat function already has the desired semantics (in treating
45 `lstat ("symlink/", sbuf)' just like `lstat ("symlink/.", sbuf)',
  /development/ndk/platforms/android-3/include/sys/
stat.h 87 extern int lstat(const char *, struct stat *);
93 #define lstat64 lstat
  /development/ndk/sources/android/libportable/arch-mips/
stat.c 51 int WRAP(lstat)(const char *path, struct stat_portable *s) function
60 ret = REAL(lstat)(path, &mips_stat);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
stat.h 87 extern int lstat(const char *, struct stat *);
93 #define lstat64 lstat
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
stat.h 87 extern int lstat(const char *, struct stat *);
93 #define lstat64 lstat
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
stat.h 87 extern int lstat(const char *, struct stat *);
93 #define lstat64 lstat
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
stat.h 87 extern int lstat(const char *, struct stat *);
93 #define lstat64 lstat
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
stat.h 87 extern int lstat(const char *, struct stat *);
93 #define lstat64 lstat
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
stat.h 87 extern int lstat(const char *, struct stat *);
93 #define lstat64 lstat
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
stat.h 87 extern int lstat(const char *, struct stat *);
93 #define lstat64 lstat
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
stat.h 87 extern int lstat(const char *, struct stat *);
93 #define lstat64 lstat
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
stat.h 87 extern int lstat(const char *, struct stat *);
93 #define lstat64 lstat
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
stat.h 87 extern int lstat(const char *, struct stat *);
93 #define lstat64 lstat
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
stat.h 87 extern int lstat(const char *, struct stat *);
93 #define lstat64 lstat
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
stat.h 87 extern int lstat(const char *, struct stat *);
93 #define lstat64 lstat
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
stat.h 87 extern int lstat(const char *, struct stat *);
93 #define lstat64 lstat
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
stat.h 87 extern int lstat(const char *, struct stat *);
93 #define lstat64 lstat
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
stat.h 87 extern int lstat(const char *, struct stat *);
93 #define lstat64 lstat

Completed in 1501 milliseconds

1 2 3 4 5 6 7 8