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

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/sys/
stat.h 121 extern int lstat(const char *, struct stat *);
127 #define lstat64 lstat
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/sys/
stat.h 121 extern int lstat(const char *, struct stat *);
127 #define lstat64 lstat
  /cts/tests/tests/os/assets/minijail/
isolated-arm.policy 40 lstat: return EPERM
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
stat.py 1 """Constants/functions for interpreting results of os.stat() and os.lstat().
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
stat.py 1 """Constants/functions for interpreting results of os.stat() and os.lstat().
posixpath.py 128 # This will always return false on systems where os.lstat doesn't exist.
133 st = os.lstat(path)
143 os.lstat(path)
168 # Are two stat buffers (obtained from stat, fstat or lstat)
186 s1 = os.lstat(path)
187 s2 = os.lstat(join(path, '..'))
233 st = os.lstat(name)
  /external/e2fsprogs/lib/e2p/
fgetflags.c 75 if (!lstat(name, &buf) &&
  /external/openssh/contrib/aix/
inventory.sh 36 ($dev,$ino,$mod,$nl,$uid,$gid,$rdev,$sz,$at,$mt,$ct,$bsz,$blk)=lstat;
  /external/python/cpython2/Lib/
stat.py 1 """Constants/functions for interpreting results of os.stat() and os.lstat().
posixpath.py 130 # This will always return false on systems where os.lstat doesn't exist.
135 st = os.lstat(path)
145 os.lstat(path)
170 # Are two stat buffers (obtained from stat, fstat or lstat)
188 s1 = os.lstat(path)
189 s2 = os.lstat(realpath(join(path, '..')))
235 st = os.lstat(name)
  /external/strace/tests/
lstat.c 35 # define TEST_SYSCALL_STR "lstat"
  /external/strace/tests-m32/
lstat.c 35 # define TEST_SYSCALL_STR "lstat"
  /external/strace/tests-mx32/
lstat.c 35 # define TEST_SYSCALL_STR "lstat"
  /prebuilts/gdb/darwin-x86/lib/python2.7/
stat.py 1 """Constants/functions for interpreting results of os.stat() and os.lstat().
posixpath.py 137 # This will always return false on systems where os.lstat doesn't exist.
142 st = os.lstat(path)
152 os.lstat(path)
177 # Are two stat buffers (obtained from stat, fstat or lstat)
195 s1 = os.lstat(path)
196 s2 = os.lstat(join(path, '..'))
242 st = os.lstat(name)
  /prebuilts/gdb/linux-x86/lib/python2.7/
stat.py 1 """Constants/functions for interpreting results of os.stat() and os.lstat().
posixpath.py 137 # This will always return false on systems where os.lstat doesn't exist.
142 st = os.lstat(path)
152 os.lstat(path)
177 # Are two stat buffers (obtained from stat, fstat or lstat)
195 s1 = os.lstat(path)
196 s2 = os.lstat(join(path, '..'))
242 st = os.lstat(name)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stat.py 1 """Constants/functions for interpreting results of os.stat() and os.lstat().
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stat.py 1 """Constants/functions for interpreting results of os.stat() and os.lstat().
  /system/tpm/attestation/server/
attestationd-seccomp-amd64.policy 59 lstat: 1
  /external/ltp/testcases/kernel/syscalls/symlink/
symlink04.c 116 * using lstat(2).
118 if (lstat(SYMFILE, &stat_buf) < 0) {
119 tst_brkm(TFAIL, cleanup, "lstat(2) of "
symlink05.c 117 * using lstat(2).
119 if (lstat(SYMFILE, &stat_buf) < 0) {
120 tst_brkm(TFAIL, cleanup, "lstat(2) of "
  /external/openssh/openbsd-compat/
realpath.c 155 * Append the next path component and lstat() it. If
156 * lstat() fails we still can return successfully if
164 if (lstat(resolved, &sb) != 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;
  /external/python/cpython2/Doc/library/
stat.rst 5 :synopsis: Utilities for interpreting the results of os.stat(), os.lstat() and os.fstat().
13 results of :func:`os.stat`, :func:`os.fstat` and :func:`os.lstat` (if they
15 :c:func:`lstat` calls, consult the documentation for your system.
107 by :func:`os.stat`, :func:`os.fstat` or :func:`os.lstat`.
165 :func:`os.fstat`, or :func:`os.lstat`; this can sometimes be useful, especially

Completed in 1101 milliseconds

1 2 3 4 56 7 8 91011>>