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

1 2 3 4 5 6 7 8 91011>>

  /external/strace/tests/
trace_lstat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (trace_lstat test_trace_expr '' -e%lstat -v -P stat.sample -P /dev/full); do not edit.
4 test_trace_expr '' -e%lstat -v -P stat.sample -P /dev/full
  /external/strace/tests-m32/
trace_lstat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (trace_lstat test_trace_expr '' -e%lstat -v -P stat.sample -P /dev/full); do not edit.
4 test_trace_expr '' -e%lstat -v -P stat.sample -P /dev/full
  /external/strace/tests-mx32/
trace_lstat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (trace_lstat test_trace_expr '' -e%lstat -v -P stat.sample -P /dev/full); do not edit.
4 test_trace_expr '' -e%lstat -v -P stat.sample -P /dev/full
  /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
  /external/autotest/server/site_tests/provision_CheetsUpdate/
shift_uid.py 25 stat_info = os.lstat(path)
30 stat_info = os.lstat(path)
  /prebuilts/go/darwin-x86/src/os/
export_test.go 10 var LstatP = &lstat
  /prebuilts/go/darwin-x86/src/path/filepath/
export_test.go 7 var LstatP = &lstat
  /prebuilts/go/linux-x86/src/os/
export_test.go 10 var LstatP = &lstat
  /prebuilts/go/linux-x86/src/path/filepath/
export_test.go 7 var LstatP = &lstat
  /cts/hostsidetests/security/securityPatch/CVE-2017-0426/
poc.c 36 int fd = lstat("/bugreports", &buf);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
remove.c 63 if (lstat(file, &sb) < 0)
gettemp.c 155 } else if (lstat(path, &sbuf))
  /system/core/adb/sysdeps/
stat.h 43 // Windows doesn't have lstat.
44 #define lstat adb_stat macro
  /system/tpm/attestation/server/
attestationd-seccomp-amd64.policy 59 lstat: 1
  /external/perfetto/src/traced/probes/filesystem/
inode_file_data_source_unittest.cc 53 PERFETTO_CHECK(lstat("src/traced/probes/filesystem/testdata", &buf) != -1);
87 PERFETTO_CHECK(lstat("src/traced/probes/filesystem/testdata/file2", &buf) !=
111 PERFETTO_CHECK(lstat("src/traced/probes/filesystem/testdata/file2", &buf) !=
130 PERFETTO_CHECK(lstat("src/traced/probes/filesystem/testdata/file2", &buf) !=
  /external/compiler-rt/test/msan/Linux/
glob_altdirfunc.cc 42 return lstat(s, st);
49 return lstat(s, st);
  /external/python/cpython2/Lib/test/
test_stat.py 61 def get_mode(self, fname=TESTFN, lstat=True):
62 if lstat:
63 st_mode = os.lstat(fname).st_mode
143 st_mode = self.get_mode(os.devnull, lstat=False)
148 st_mode = self.get_mode(blockdev, lstat=False)
  /toolchain/binutils/binutils-2.27/binutils/
rename.c 130 #define lstat stat macro
144 exists = lstat (to, &s) == 0;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/
systemtest.py 25 # Note: can't test for presence of lstat -- it's always there
52 mode = os.lstat(name)[ST_MODE]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
byteyears.py 14 # Use lstat() to stat files if it exists, else stat()
16 statfunc = os.lstat
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
EfiSysCall.h 41 int lstat (const char *, struct stat *);
284 int lstat (const char *, struct stat *);
  /external/dtc/
fstree.c 48 if (lstat(tmpname, &st) < 0)
  /external/e2fsprogs/lib/e2p/
fgetflags.c 75 if (!lstat(name, &buf) &&

Completed in 1156 milliseconds

1 2 3 4 5 6 7 8 91011>>