Searched refs:isdir (Results 1 - 25 of 60) sorted by relevance

123

/external/chromium/build/
H A Ddir_exists.py9 sys.stdout.write(str(os.path.isdir(sys.argv[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/webkit/Tools/BuildSlaveSupport/
H A Dbuilt-product-archive70 if os.path.isdir(thinDirectory):
88 if os.path.isdir(thinDirectory):
114 if os.path.isdir(configurationBuildDirectory):
123 if os.path.isdir(binDirectory):
138 if os.path.isdir(configurationBuildDirectory):
H A Dtest-result-archive109 if os.path.isdir(file):
/external/chromium/testing/gmock/test/
H A Dgmock_test_utils.py43 # isdir resolves symbolic links.
45 if os.path.isdir(gtest_tests_util_dir):
/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/webkit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem_unittest.py82 self.assertTrue(fs.isdir(self._this_dir))
86 self.assertFalse(fs.isdir(self._this_file))
108 self.assertFalse(fs.isdir(sub_path))
112 self.assertTrue(fs.isdir(sub_path))
117 self.assertTrue(fs.isdir(sub_path))
123 self.assertFalse(fs.isdir(base_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):
H A Dfilesystem.py131 def isdir(self, path): member in class:FileSystem
133 return os.path.isdir(path)
/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/webkit/Tools/Scripts/webkitpy/layout_tests/
H A Dupdate_webgl_conformance_tests.py104 if os.path.isdir(out_dir):
152 elif os.path.isdir(in_name):
/external/llvm/
H A Dcopy-diff.py50 elif not os.path.isdir(destdir):
/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/style/
H A Dfilereader.py150 if os.path.isdir(path):
/external/antlr/antlr-3.4/runtime/Python/
H A Dsetup.py37 if os.path.isdir(path):
84 if not os.path.isdir(testDir):
185 if not os.path.isdir(testDir):
/external/icu4c/tools/
H A Dicu-svnprops-check.py213 if os.path.isdir(f):
/external/llvm/utils/lit/lit/
H A DTestFormats.py67 if not os.path.isdir(filepath):
113 if not os.path.isdir(filepath):
H A DLitConfig.py93 if dir is not None and os.path.isabs(dir) and os.path.isdir(dir):
H A Dmain.py191 while not os.path.isdir(item):
251 if not os.path.isdir(source_path):
274 if not os.path.isdir(file_sourcepath):
/external/chromium/testing/gtest/scripts/
H A Dfuse_gtest_files.py132 if not os.path.isdir(parent_directory):
/external/gtest/scripts/
H A Dfuse_gtest_files.py132 if not os.path.isdir(parent_directory):
/external/protobuf/gtest/scripts/
H A Dfuse_gtest_files.py132 if not os.path.isdir(parent_directory):
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dbase.py427 return filter(lambda x: self._filesystem.isdir(self._filesystem.join(layout_tests_dir, x)),
433 return self._filesystem.isdir(path)
496 if (self._filesystem.isdir(category) and
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dtestbase.py153 if not os.path.isdir(self._baseDir):
190 if not os.path.isdir(self._baseDir):
/external/webrtc/src/modules/audio_processing/test/
H A Dapmtest.m183 nDirs = nDirs + dirs(i).isdir;
304 if dirs(i).isdir

Completed in 2702 milliseconds

123