HomeSort by relevance Sort by last modified time
    Searched full:lstat (Results 51 - 75 of 1219) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/tests/tests/os/assets/minijail/
isolated-x86-64.policy 23 lstat: return EPERM
  /external/strace/
sysent.h 25 #define TRACE_LSTAT 00020000 /* Trace *lstat* syscalls. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xw32defs.h 8 # define lstat stat macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 8 # define lstat stat macro
  /prebuilts/go/darwin-x86/src/os/
types_plan9.go 12 // A fileStat is the implementation of FileInfo returned by Stat and Lstat.
  /prebuilts/go/linux-x86/src/os/
types_plan9.go 12 // A fileStat is the implementation of FileInfo returned by Stat and Lstat.
  /external/e2fsprogs/misc/
chattr.c 15 * 93/11/13 - Replace stat() calls by lstat() to avoid loops
79 #define LSTAT lstat64
82 #define LSTAT lstat
216 if (LSTAT (name, &st) == -1) {
  /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...]
  /external/bison/lib/
sys_stat.in.h 455 /* mingw does not support symlinks, therefore it does not have lstat. But
458 # define lstat stat
460 _GL_CXXALIAS_RPL_1 (lstat, stat, int, (const char *name, struct stat *buf));
463 # undef lstat
464 # define lstat rpl_lstat
466 _GL_FUNCDECL_RPL (lstat, int, (const char *name, struct stat *buf)
468 _GL_CXXALIAS_RPL (lstat, int, (const char *name, struct stat *buf));
470 _GL_CXXALIAS_SYS (lstat, int, (const char *name, struct stat *buf));
473 _GL_CXXALIASWARN (lstat);
476 # undef lstat
    [all...]
dirname-lgpl.c 64 If lstat (FILE) would succeed, then { chdir (dir_name (FILE));
65 lstat (base_name (FILE)); } will access the same file. Likewise,
  /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...]
  /development/ndk/platforms/android-12/include/sys/
stat.h 121 extern int lstat(const char *, struct stat *);
127 #define lstat64 lstat
  /development/ndk/platforms/android-19/include/sys/
stat.h 121 extern int lstat(const char *, struct stat *);
127 #define lstat64 lstat
  /development/ndk/platforms/android-9/include/sys/
stat.h 121 extern int lstat(const char *, struct stat *);
127 #define lstat64 lstat
  /external/ltp/testcases/kernel/syscalls/lchown/
lchown01.c 104 if (lstat(SFILE, &stat_buf) < 0) {
105 tst_brkm(TFAIL, cleanup, "lstat(2) "
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
stat.h 121 extern int lstat(const char *, struct stat *);
127 #define lstat64 lstat
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
stat.h 121 extern int lstat(const char *, struct stat *);
127 #define lstat64 lstat
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
stat.h 121 extern int lstat(const char *, struct stat *);
127 #define lstat64 lstat
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
stat.h 121 extern int lstat(const char *, struct stat *);
127 #define lstat64 lstat
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
stat.h 121 extern int lstat(const char *, struct stat *);
127 #define lstat64 lstat
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/sys/
stat.h 121 extern int lstat(const char *, struct stat *);
127 #define lstat64 lstat
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/sys/
stat.h 121 extern int lstat(const char *, struct stat *);
127 #define lstat64 lstat
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/sys/
stat.h 121 extern int lstat(const char *, struct stat *);
127 #define lstat64 lstat
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/sys/
stat.h 121 extern int lstat(const char *, struct stat *);
127 #define lstat64 lstat
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/sys/
stat.h 121 extern int lstat(const char *, struct stat *);
127 #define lstat64 lstat

Completed in 1189 milliseconds

1 23 4 5 6 7 8 91011>>