Searched refs:st_mode (Results 176 - 200 of 291) sorted by relevance

1234567891011>>

/external/valgrind/main/include/vki/
H A Dvki-amd64-linux.h322 unsigned int st_mode; member in struct:vki_stat
/external/chromium_org/base/files/
H A Dfile_path_watcher_browsertest.cc794 stat_buf.st_mode |= mode;
796 stat_buf.st_mode &= ~mode;
798 return chmod(path.value().c_str(), stat_buf.st_mode) == 0;
/external/openssh/openbsd-compat/
H A Dglob.c608 pathend[-1] != SEP) && (S_ISDIR(sb.st_mode) ||
609 (S_ISLNK(sb.st_mode) &&
611 S_ISDIR(sb.st_mode)))) {
/external/mksh/src/
H A Dmain.c509 if (fstat(0, &s_stdin) >= 0 && S_ISCHR(s_stdin.st_mode) &&
1345 return (fstat(fd, &statb) == 0 && !S_ISREG(statb.st_mode) ?
1612 if (stat(dir, &sb) || !S_ISDIR(sb.st_mode)) {
/external/chromium_org/content/common/
H A Dplugin_list_posix.cc175 bool ret = (fstat(fd, &stat_buf) >= 0 && S_ISREG(stat_buf.st_mode));
/external/chromium_org/native_client_sdk/src/tools/
H A Doshelpers.py433 if stat.S_ISDIR(st.st_mode):
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_win16.h195 unsigned short st_mode; member in struct:_MDMSStat
/external/clang/tools/clang-format/
H A Dgit-clang-format323 mode = oct(os.stat(filename).st_mode)
/external/e2fsprogs/lib/blkid/
H A Ddevname.c232 if (stat(device, &st) == 0 && S_ISBLK(st.st_mode) &&
/external/e2fsprogs/lib/ext2fs/
H A Dmkjournal.c407 if (!S_ISBLK(st.st_mode))
/external/gtest/src/
H A Dgtest-port.cc518 if ((sb.st_mode & S_IWUSR) != 0) {
/external/libmtp/examples/
H A Dsendtr.c193 } else if (S_ISREG (sb.st_mode)) {
/external/libppp/src/
H A Dexec.c384 if (fstat(p->fd, &st) != -1 && (st.st_mode & S_IFIFO)) {
H A Dmain.c363 if (stat(conf, &sb) == 0 && sb.st_mode & S_IWOTH) {
H A Dserver.c229 if (!(st.st_mode & S_IFSOCK) || unlink(server.cfg.sockname) != 0)
/external/llvm/lib/Support/
H A Draw_ostream.cpp588 if (S_ISCHR(statbuf.st_mode) && isatty(FD))
/external/openssh/
H A Dsftp-client.c1369 if (!S_ISREG(sb.st_mode)) {
1537 if (!S_ISDIR(sb.st_mode)) {
1581 } else if (S_ISDIR(sb.st_mode)) {
1589 } else if (S_ISREG(sb.st_mode)) {
/external/oprofile/opjitconv/
H A Dopjitconv.c279 if (S_ISLNK(file_stat.st_mode)) {
/external/strace/
H A Dstrace.c563 S_ISREG(statbuf.st_mode) &&
564 (statbuf.st_mode & 0111))
614 if (statbuf.st_mode & S_ISUID)
616 if (statbuf.st_mode & S_ISGID)
/external/v8/src/
H A Dplatform-posix.cc219 bool is_regular_file = ((file_stat.st_mode & S_IFREG) != 0);
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1550 return (_S_IFDIR & st.st_mode) != 0;
1566 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1733 return (_S_IFDIR & st.st_mode) != 0;
1749 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }
/external/chromium_org/third_party/libxml/src/
H A Drunsuite.c64 if (!(buf.st_mode & _S_IFREG))
67 if (!S_ISREG(buf.st_mode))
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h1581 return (_S_IFDIR & st.st_mode) != 0;
1597 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }
/external/dropbear/
H A Dloginrec.c1305 if (S_ISDIR(st.st_mode))
1307 else if (S_ISREG(st.st_mode))

Completed in 747 milliseconds

1234567891011>>