S_ISDIR 211 base/file_util_posix.cc if (!S_ISDIR(file_info.st_mode)) S_ISDIR 300 base/file_util_posix.cc S_ISDIR(to_path_stat.st_mode)) { S_ISDIR 309 base/file_util_posix.cc DCHECK(recursive || S_ISDIR(from_stat.st_mode)); S_ISDIR 323 base/file_util_posix.cc if (S_ISDIR(from_stat.st_mode)) { S_ISDIR 368 base/file_util_posix.cc return S_ISDIR(file_info.st_mode); S_ISDIR 603 base/file_util_posix.cc S_ISDIR(file_info.st_mode)) S_ISDIR 831 base/file_util_posix.cc if (S_ISDIR(to_file_info.st_mode) != S_ISDIR(from_file_info.st_mode)) S_ISDIR 23 base/files/file_enumerator_posix.cc return S_ISDIR(stat_.st_mode); S_ISDIR 102 base/files/file_enumerator_posix.cc if (recursive_ && S_ISDIR(i->stat_.st_mode)) S_ISDIR 105 base/files/file_enumerator_posix.cc if ((S_ISDIR(i->stat_.st_mode) && (file_type_ & DIRECTORIES)) || S_ISDIR 106 base/files/file_enumerator_posix.cc (!S_ISDIR(i->stat_.st_mode) && (file_type_ & FILES))) S_ISDIR 121 base/files/file_posix.cc is_directory = S_ISDIR(stat_info.st_mode); S_ISDIR 140 base/os_compat_android.cc if (!S_ISDIR(st.st_mode)) { // Not a directory S_ISDIR 375 base/platform_file_posix.cc info->is_directory = S_ISDIR(file_info.st_mode); S_ISDIR 660 content/browser/renderer_host/render_sandbox_host_linux.cc if (fstat(reply_fd, &st) == 0 && S_ISDIR(st.st_mode)) { S_ISDIR 111 ipc/file_descriptor_set_posix.cc if (fstat(i->fd, &st) == 0 && S_ISDIR(st.st_mode)) S_ISDIR 527 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc EXPECT_TRUE(S_ISDIR(buf.st_mode)); S_ISDIR 218 sandbox/linux/services/credentials.cc if (S_ISDIR(s.st_mode)) { S_ISDIR 90 sandbox/linux/suid/sandbox.c if (!stat(SAFE_DIR, &sdir_stat) && S_ISDIR(sdir_stat.st_mode)) S_ISDIR 93 sandbox/linux/suid/sandbox.c if (!stat(SAFE_DIR2, &sdir_stat) && S_ISDIR(sdir_stat.st_mode)) S_ISDIR 412 third_party/libusb/src/libusb/os/linux_usbfs.c if (r != 0 || !S_ISDIR(statbuf.st_mode)) { S_ISDIR 65 third_party/libxml/src/xmlIO.c # ifndef S_ISDIR S_ISDIR 781 third_party/libxml/src/xmlIO.c #ifdef S_ISDIR S_ISDIR 782 third_party/libxml/src/xmlIO.c if (S_ISDIR(stat_buffer.st_mode)) S_ISDIR 296 third_party/libxslt/libxslt/security.c #ifdef S_ISDIR S_ISDIR 297 third_party/libxslt/libxslt/security.c if (S_ISDIR(stat_buffer.st_mode)) { S_ISDIR 153 third_party/protobuf/src/google/protobuf/testing/file.cc if (S_ISDIR(stats.st_mode)) { S_ISDIR 28823 third_party/sqlite/amalgamation/sqlite3.c if( !S_ISDIR(buf.st_mode) ) continue; S_ISDIR 4682 third_party/sqlite/src/src/os_unix.c if( !S_ISDIR(buf.st_mode) ) continue; S_ISDIR 86 third_party/talloc/libreplace/repdir_getdents.c if (!S_ISDIR(sb.st_mode)) { S_ISDIR 88 third_party/talloc/libreplace/repdir_getdirentries.c if (!S_ISDIR(sb.st_mode)) { S_ISDIR 130 third_party/talloc/libreplace/system/filesys.h #ifndef S_ISDIR