Searched refs:lstat (Results 1 - 25 of 100) sorted by relevance

1234

/external/compiler-rt/test/msan/Linux/
H A Dglob_altdirfunc.cc42 return lstat(s, st);
49 return lstat(s, st);
/external/bison/lib/
H A Dsys_stat.in.h455 /* 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...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dattr.c170 if (!lstat("./tests", &st))
177 if (!lstat(path_dir, &st) &&
178 !lstat(path_perf, &st))
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dv4llookup.cc31 if (lstat(device_path.c_str(), &s) != 0 || !S_ISCHR(s.st_mode)) return false;
/external/e2fsprogs/lib/e2p/
H A Dfgetflags.c70 if (!lstat(name, &buf) &&
H A Dfsetflags.c76 if (!lstat(name, &buf) &&
/external/bison/darwin-lib/sys/
H A Dstat.h767 /* 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/linux-lib/sys/
H A Dstat.h767 /* 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/chromium_org/third_party/protobuf/src/google/protobuf/testing/
H A Dfile.cc55 #define lstat stat macro
149 // lstat = Don't follow symbolic links.
151 if (lstat(name.c_str(), &stats) != 0) return;
/external/protobuf/src/google/protobuf/testing/
H A Dfile.cc55 #define lstat stat macro
149 // lstat = Don't follow symbolic links.
151 if (lstat(name.c_str(), &stats) != 0) return;
/external/chromium_org/third_party/libevent/sample/
H A Devent-test.c92 if (lstat (fifo, &st) == 0) {
95 perror("lstat");
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A Dsunos4.h152 extern int lstat(const char *, struct stat *);
/external/e2fsprogs/util/
H A Dsymlinks.c202 lstat(abspath, &lstbuf); /* if the above didn't fail, then this shouldn't */
288 if (lstat(path, &st) == -1) {
375 if (lstat(path, &st) == -1)
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dmock_kernel_proxy.h46 MOCK_METHOD2(lstat, int(const char*, struct stat*));
/external/oprofile/libutil/
H A Dop_file.c101 if (lstat(name, &lstat_buf) == 0 &&
/external/chromium_org/chrome/browser/
H A Dprocess_singleton_posix_unittest.cc136 ASSERT_EQ(0, lstat(lock_path_.value().c_str(), &statbuf));
142 ASSERT_EQ(0, lstat(socket_path_.value().c_str(), &statbuf));
149 ASSERT_EQ(0, lstat(socket_target_path.value().c_str(), &statbuf));
/external/chromium_org/base/files/
H A Dfile_enumerator_posix.cc141 ret = lstat(full_name.value().c_str(), &info.stat_);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_wrap_bionic.cc130 OP(lstat); \
233 int WRAP(lstat)(const char* path, struct nacl_abi_stat* nacl_buf) {
437 CHECK_REAL(lstat);
439 int err = REAL(lstat)(path, (struct stat*)&st);
/external/e2fsprogs/lib/blkid/
H A Ddevno.c125 if (list && S_ISDIR(st.st_mode) && !lstat(path, &st) &&
/external/e2fsprogs/misc/
H A Dlsattr.c15 * 93/11/13 - Replace stat() calls by lstat() to avoid loops
67 #define LSTAT lstat
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dfilecap.c111 if (lstat(argv[i], &sbuf) != 0) {
/external/libpcap/lbl/
H A Dos-sunos4.h123 int lstat(const char *, struct stat *);
/external/llvm/lib/ExecutionEngine/
H A DRTDyldMemoryManager.cpp229 if (Name == "lstat") return (uint64_t)&lstat;
/external/tcpdump/lbl/
H A Dos-sunos4.h123 int lstat(const char *, struct stat *);
/external/qemu/android/utils/
H A Dfilelock.c242 rc = HANDLE_EINTR(lstat(lock->temp, &st_temp));
265 // and use lstat() to look at the result.
269 rc = HANDLE_EINTR(lstat(lock->lock, &st_lock));

Completed in 3073 milliseconds

1234