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

1 2 3

  /bionic/libc/bionic/
lstat.cpp 34 int lstat(const char* path, struct stat* sb) { function
37 __strong_alias(lstat64, lstat);
  /external/e2fsprogs/include/mingw/sys/
stat.h 8 #ifndef lstat
9 #define lstat stat macro
  /toolchain/binutils/binutils-2.25/libiberty/
unlink-if-ordinary.c 58 #define lstat stat macro
67 if (lstat (name, &st) == 0
  /system/core/adb/sysdeps/
stat.h 43 // Windows doesn't have lstat.
44 #define lstat adb_stat macro
  /toolchain/binutils/binutils-2.25/binutils/
rename.c 130 #define lstat stat macro
144 exists = lstat (to, &s) == 0;
  /external/protobuf/src/google/protobuf/testing/
file.cc 55 #define lstat stat macro
169 // lstat = Don't follow symbolic links.
171 if (lstat(name.c_str(), &stats) != 0) return;
  /prebuilts/go/darwin-x86/src/path/filepath/
path.go 347 var lstat = os.Lstat // for testing var
370 fileInfo, err := lstat(filename)
394 info, err := os.Lstat(root)
  /prebuilts/go/linux-x86/src/path/filepath/
path.go 347 var lstat = os.Lstat // for testing var
370 fileInfo, err := lstat(filename)
394 info, err := os.Lstat(root)
  /prebuilts/go/darwin-x86/src/os/
file.go 259 // lstat is overridden in tests.
260 var lstat = Lstat var
  /prebuilts/go/linux-x86/src/os/
file.go 259 // lstat is overridden in tests.
260 var lstat = Lstat var
  /build/make/tools/libhost/
CopyFile.c 31 # define lstat stat macro
203 * regular file, we fail. However, we use stat() rather than lstat(),
366 /* NOTE: we use lstat() here */
367 statResult = lstat(dst, &dstStat);
550 statResult = lstat(src, &srcStat);
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixFileAttributes.java 72 UnixNativeDispatcher.lstat(path, attrs);
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c 1063 lstat (const char *path, struct stat *statbuf) function
    [all...]
  /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/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.11-4.8/sysroot/usr/include/sys/
stat.h 263 extern int lstat (__const char *__restrict __file,
267 extern int __REDIRECT_NTH (lstat,
272 # define lstat lstat64 macro
462 __NTH (lstat (__const char *__path, struct stat *__statbuf))
460 __NTH (lstat (__const char *__path, struct stat *__statbuf)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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/i386-linux-gnu/sys/
stat.h 265 extern int lstat (__const char *__restrict __file,
269 extern int __REDIRECT_NTH (lstat,
274 # define lstat lstat64 macro
464 __NTH (lstat (__const char *__path, struct stat *__statbuf))
462 __NTH (lstat (__const char *__path, struct stat *__statbuf)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
stat.h 265 extern int lstat (__const char *__restrict __file,
269 extern int __REDIRECT_NTH (lstat,
274 # define lstat lstat64 macro
464 __NTH (lstat (__const char *__path, struct stat *__statbuf))
462 __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/
BlockGuardOs.java 187 @Override public StructStat lstat(String path) throws ErrnoException { method in class:BlockGuardOs
189 return os.lstat(path);
Linux.java 119 public native StructStat lstat(String path) throws ErrnoException; method in class:Linux
Os.java 114 public StructStat lstat(String path) throws ErrnoException; method in interface:Os
  /toolchain/binutils/binutils-2.25/include/gdb/
callback.h 94 int (*lstat) (host_callback *, const char *, struct stat *);
93 int (*lstat) (host_callback *, const char *, struct stat *); member in struct:host_callback_struct
  /external/fio/os/windows/
posix.c 292 int lstat(const char * path, struct stat * buf) function

Completed in 1224 milliseconds

1 2 3