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

/external/e2fsprogs/lib/ext2fs/
H A Dalloc_stats.c19 int inuse, int isdir)
28 if (isdir)
18 ext2fs_inode_alloc_stats2(ext2_filsys fs, ext2_ino_t ino, int inuse, int isdir) argument
/external/e2fsprogs/e2fsck/
H A Dswapfs.c23 int isdir; member in struct:swap_block_struct
41 if (sb->isdir && (blockcnt >= 0) && *block_nr) {
90 sb.isdir = 0;
92 sb.isdir = 1;
/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
102 if isdir(path):
/external/clearsilver/imd/
H A Dimd.c160 int isdir(char *dir) { function
187 if (!isdir(s)) {
532 if (descend && isdir(fpath))
863 if (isdir(path)) return 1;
/external/v8/tools/
H A Dtest.py34 from os.path import join, dirname, abspath, basename, isdir, exists namespace
1223 return isdir(path) and exists(join(path, 'testcfg.py'))

Completed in 133 milliseconds