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

1 2

  /bionic/libc/arch-arm/syscalls/
lstat.S 6 ENTRY(lstat) function
15 END(lstat)
  /bionic/libc/arch-mips/syscalls/
lstat.S 4 .globl lstat
6 .ent lstat
8 lstat: label
22 .end lstat
  /bionic/libc/arch-x86/syscalls/
lstat.S 6 ENTRY(lstat) function
24 END(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);
  /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);
  /external/protobuf/src/google/protobuf/testing/
file.cc 55 #define lstat stat macro
149 // lstat = Don't follow symbolic links.
151 if (lstat(name.c_str(), &stats) != 0) return;
  /build/libs/host/
CopyFile.c 32 # define lstat stat macro
203 * regular file, we fail. However, we use stat() rather than lstat(),
360 /* NOTE: we use lstat() here */
361 statResult = lstat(dst, &dstStat);
543 statResult = lstat(src, &srcStat);
579 statResult = lstat(srcExe, &srcStat);
  /bootable/recovery/minadbd/
sysdeps.h 85 #define lstat stat /* no symlinks on Win32 */ macro
  /external/bison/linux-lib/sys/
stat.h 767 /* mingw does not support symlinks, therefore it does not have lstat. But
770 # define lstat stat
772 _GL_CXXALIAS_RPL_1 (lstat, stat, int, (const char *name, struct stat *buf));
775 # undef lstat
776 # define lstat rpl_lstat
778 _GL_FUNCDECL_RPL (lstat, int, (const char *name, struct stat *buf)
780 _GL_CXXALIAS_RPL (lstat, int, (const char *name, struct stat *buf));
782 _GL_CXXALIAS_SYS (lstat, int, (const char *name, struct stat *buf));
785 _GL_CXXALIASWARN (lstat);
788 # undef lstat macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xw32defs.h 19 #define lstat stat macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xw32defs.h 10 #define lstat stat macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
stat.h 261 extern int lstat (__const char *__restrict __file,
265 extern int __REDIRECT_NTH (lstat,
270 # define lstat lstat64 macro
460 __NTH (lstat (__const char *__path, struct stat *__statbuf))
458 __NTH (lstat (__const char *__path, struct stat *__statbuf)) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 19 #define lstat stat macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 10 #define lstat stat macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h 261 extern int lstat (__const char *__restrict __file,
265 extern int __REDIRECT_NTH (lstat,
270 # define lstat lstat64 macro
460 __NTH (lstat (__const char *__path, struct stat *__statbuf))
458 __NTH (lstat (__const char *__path, struct stat *__statbuf)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 19 #define lstat stat macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 10 #define lstat stat macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h 261 extern int lstat (__const char *__restrict __file,
265 extern int __REDIRECT_NTH (lstat,
270 # define lstat lstat64 macro
460 __NTH (lstat (__const char *__path, struct stat *__statbuf))
458 __NTH (lstat (__const char *__path, struct stat *__statbuf)) function
  /external/bison/darwin-lib/sys/
stat.h 767 /* mingw does not support symlinks, therefore it does not have lstat. But
770 # define lstat stat
772 _GL_CXXALIAS_RPL_1 (lstat, stat, int, (const char *name, struct stat *buf));
775 # undef lstat
776 # define lstat rpl_lstat
778 _GL_FUNCDECL_RPL (lstat, int, (const char *name, struct stat *buf)
780 _GL_CXXALIAS_RPL (lstat, int, (const char *name, struct stat *buf));
782 _GL_CXXALIAS_SYS (lstat, int, (const char *name, struct stat *buf));
785 _GL_CXXALIASWARN (lstat);
788 # undef lstat macro
    [all...]
  /libcore/luni/src/main/java/libcore/io/
Os.java 81 public StructStat lstat(String path) throws ErrnoException; method in interface:Os
Posix.java 83 public native StructStat lstat(String path) throws ErrnoException; method in class:Posix
ForwardingOs.java 89 public StructStat lstat(String path) throws ErrnoException { return os.lstat(path); } method in class:ForwardingOs
  /system/core/adb/
sysdeps.h 86 #define lstat stat /* no symlinks on Win32 */ macro
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SFTPv3Client.java 463 * @see #lstat(String)
479 public SFTPv3FileAttributes lstat(String path) throws IOException method in class:SFTPv3Client
487 * symbolic link. Better check first with {@link #lstat(String)}.
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 351 /// int lstat(const char *path, struct stat *buf);
352 lstat, enumerator in enum:llvm::LibFunc::Func

Completed in 2467 milliseconds

1 2