Searched defs:isdir (Results 1 - 7 of 7) sorted by relevance

/external/e2fsprogs/e2fsck/
H A Dpass4.c124 int isdir = ext2fs_test_inode_bitmap(ctx->inode_dir_map, i); local
158 if (isdir && (link_counted > EXT2_LINK_MAX))
164 if ((link_count != inode->i_links_count) && !isdir &&
173 if ((isdir && link_counted > 1 &&
/external/e2fsprogs/lib/ext2fs/
H A Dalloc_stats.c18 int inuse, int isdir)
34 if (isdir)
17 ext2fs_inode_alloc_stats2(ext2_filsys fs, ext2_ino_t ino, int inuse, int isdir) argument
/external/e2fsprogs/tests/progs/
H A Drandom_exercise.c27 int isdir; member in struct:state
75 int isdir = 0; local
79 isdir = random() & 1;
80 if (isdir) {
93 state_array[fd].isdir = isdir;
96 state_array[fd].isdir = isdir;
107 if (state_array[fd].isdir)
123 if (state_array[fd].isdir)
[all...]
/external/v8/test/message/
H A Dtestcfg.py30 from os.path import join, dirname, exists, basename, isdir namespace
101 if isdir(path):
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem.py131 def isdir(self, path): member in class:FileSystem
133 return os.path.isdir(path)
H A Dfilesystem_mock.py75 if not self.isdir(path):
82 if self.isdir(source):
84 if self.isdir(destination):
94 return self.isfile(path) or self.isdir(path)
145 def isdir(self, path): member in class:MockFileSystem
167 if not self.isdir(path):
223 if not self.isdir(norm_path):
/external/v8/tools/
H A Dtest.py34 from os.path import join, dirname, abspath, basename, isdir, exists namespace
1395 return isdir(path) and exists(join(path, 'testcfg.py'))

Completed in 181 milliseconds