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

1234

/external/compiler-rt/lib/msan/lit_tests/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/chromium/third_party/libjingle/source/talk/session/phone/
H A Dv4llookup.cc31 if (lstat(device_path.c_str(), &s) != 0 || !S_ISCHR(s.st_mode)) return false;
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dv4llookup.cc32 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/llvm/lib/ExecutionEngine/
H A DRTDyldMemoryManager.cpp85 if (Name == "lstat") return (void*)(intptr_t)&lstat;
/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/openssh/openbsd-compat/
H A Dgetcwd.c109 if (lstat(up, &s))
176 if (lstat(up, &s)) {
H A Dmktemp.c150 } else if (lstat(path, &sbuf))
H A Drealpath.c129 * Append the next path component and lstat() it. If
130 * lstat() fails we still can return successfully if
138 if (lstat(resolved, &sb) != 0) {
/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/chrome/browser/
H A Dprocess_singleton_linux_uitest.cc44 bool lock_exists = lstat(lock_path_.value().c_str(), &statbuf) == 0;
108 ASSERT_EQ(0, lstat(lock_path_.value().c_str(), &statbuf));
114 ASSERT_EQ(0, lstat(socket_path_.value().c_str(), &statbuf));
121 ASSERT_EQ(0, lstat(socket_target_path.value().c_str(), &statbuf));
/external/chromium/third_party/libevent/sample/
H A Devent-test.c92 if (lstat (fifo, &st) == 0) {
95 perror("lstat");
/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/oprofile/libutil/
H A Dop_file.c101 if (lstat(name, &lstat_buf) == 0 &&
/external/chromium_org/chrome/browser/
H A Dprocess_singleton_linux_unittest.cc233 ASSERT_EQ(0, lstat(lock_path_.value().c_str(), &statbuf));
239 ASSERT_EQ(0, lstat(socket_path_.value().c_str(), &statbuf));
246 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/build/android/gyp/util/
H A Dbuild_utils.py120 return max(os.lstat(path).st_mtime, os.stat(path).st_mtime)
/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) {

Completed in 966 milliseconds

1234