S_IFDIR            43 components/nacl/loader/nonsfi/abi_conversion.cc     case S_IFDIR:
S_IFDIR            27 native_client_sdk/src/libraries/nacl_io/dir_node.cc   SetType(S_IFDIR);
S_IFDIR            99 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc       if ((statbuf.st_mode & S_IFMT) == S_IFDIR) {
S_IFDIR           185 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc   if ((statbuf.st_mode & S_IFMT) == S_IFDIR) {
S_IFDIR           161 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.cc       stat->st_mode |= S_IFDIR;
S_IFDIR           230 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.cc int Html5FsNode::GetType() { return fileio_resource_ ? S_IFREG : S_IFDIR; }
S_IFDIR           138 native_client_sdk/src/libraries/nacl_io/kernel_object.cc   if ((node->GetType() & S_IFDIR) == 0)
S_IFDIR            65 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc   if ((type & S_IFDIR) && !node->IsaDir())
S_IFDIR           106 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc     error = FindNode(path.Parent(), S_IFDIR, &parent);
S_IFDIR           148 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc   int error = FindNode(path.Parent(), S_IFDIR, &parent);
S_IFDIR           193 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc   error = FindNode(src_path.Parent(), S_IFDIR, &src_parent);
S_IFDIR           268 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc   int error = FindNode(path.Parent(), S_IFDIR, &parent);
S_IFDIR           181 native_client_sdk/src/libraries/nacl_io/node.cc bool Node::IsaDir() { return (stat_.st_mode & S_IFDIR) != 0; }
S_IFDIR            69 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc     stbuf->st_mode = S_IFDIR | 0755;
S_IFDIR           261 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc   EXPECT_EQ(S_IFDIR, statbuf.st_mode & S_IFMT);
S_IFDIR           146 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   EXPECT_EQ(S_IFDIR, stat.st_mode & S_IFDIR);
S_IFDIR           372 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   EXPECT_EQ(S_IFDIR, statbuf.st_mode & S_IFMT);
S_IFDIR           209 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc   EXPECT_EQ(S_IFDIR, root.GetType());
S_IFDIR            69 third_party/libxml/src/xmlIO.c #      ifdef S_IFDIR
S_IFDIR            76 third_party/libxml/src/xmlIO.c #          define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
S_IFDIR           127 third_party/talloc/libreplace/system/filesys.h #ifndef S_IFDIR
S_IFDIR           131 third_party/talloc/libreplace/system/filesys.h #define S_ISDIR(mode)   ((mode & 0xF000) == S_IFDIR)