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

1 2 3 4

  /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.27/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.27/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 352 var lstat = os.Lstat // for testing var
375 fileInfo, err := lstat(filename)
399 info, err := os.Lstat(root)
  /prebuilts/go/linux-x86/src/path/filepath/
path.go 352 var lstat = os.Lstat // for testing var
375 fileInfo, err := lstat(filename)
399 info, err := os.Lstat(root)
  /prebuilts/go/darwin-x86/src/os/
file.go 272 // lstat is overridden in tests.
273 var lstat = Lstat var
  /prebuilts/go/linux-x86/src/os/
file.go 272 // lstat is overridden in tests.
273 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(),
371 /* NOTE: we use lstat() here */
372 statResult = lstat(dst, &dstStat);
555 statResult = lstat(src, &srcStat);
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixFileAttributes.java 72 UnixNativeDispatcher.lstat(path, attrs);
UnixNativeDispatcher.java 295 * lstat(const char* path, struct stat* buf)
297 static void lstat(UnixPath path, UnixFileAttributes attrs) throws UnixException { method in class:UnixNativeDispatcher
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c 1063 lstat (const char *path, struct stat *statbuf) function
    [all...]
  /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
  /libcore/luni/src/main/java/libcore/io/
BlockGuardOs.java 190 @Override public StructStat lstat(String path) throws ErrnoException { method in class:BlockGuardOs
192 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
  /external/fio/os/windows/
posix.c 292 int lstat(const char * path, struct stat * buf) function
  /external/python/cpython3/Lib/
pathlib.py 401 lstat = _wrap_strfunc(os.lstat) variable in class:_NormalAccessor
1277 def lstat(self): member in class:Path
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zsyscall_linux_mips64.go 1694 func lstat(path string, st *stat_t) (err error) { func
    [all...]
zsyscall_linux_mips64le.go 1694 func lstat(path string, st *stat_t) (err error) { func
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zsyscall_linux_mips64.go 1694 func lstat(path string, st *stat_t) (err error) { func
    [all...]

Completed in 864 milliseconds

1 2 3 4