Home
last modified time | relevance | path

Searched refs:isdir (Results 1 – 25 of 236) sorted by relevance

12345678910

/external/e2fsprogs/tests/progs/
Drandom_exercise.c27 int isdir; member
75 int isdir = 0; in create_random_file() local
79 isdir = random() & 1; in create_random_file()
80 if (isdir) { in create_random_file()
93 state_array[fd].isdir = isdir; in create_random_file()
96 state_array[fd].isdir = isdir; in create_random_file()
107 if (state_array[fd].isdir) in truncate_file()
123 if (state_array[fd].isdir) in unlink_file()
157 if ((state_array[fd].isdir == 0) && in main()
/external/lldb/test/unittest2/test/
Dtest_discovery.py35 original_isdir = os.path.isdir
37 os.path.isdir = original_isdir
45 def isdir(path): function
47 os.path.isdir = isdir
78 original_isdir = os.path.isdir
80 os.path.isdir = original_isdir
87 os.path.isdir = lambda path: True
138 original_isdir = os.path.isdir
159 os.path.isdir = lambda path: True
162 os.path.isdir = original_isdir
[all …]
/external/chromium_org/native_client_sdk/src/tools/
Doshelpers.py83 if os.path.isdir(src):
90 if not os.path.isdir(dst):
144 if os.path.isdir(dst):
172 if os.path.isdir(dst):
189 if os.path.isdir(dst):
290 if os.path.isdir(dst):
305 def MakeZipPath(os_path, isdir, iswindows): argument
333 if isdir:
339 return MakeZipPath(os_path, os.path.isdir(os_path), sys.platform == 'win32')
372 if options.recursive and os.path.isdir(src_file):
/external/e2fsprogs/e2fsck/
Dpass4.c125 int isdir; in e2fsck_pass4() local
159 isdir = ext2fs_test_inode_bitmap2(ctx->inode_dir_map, i); in e2fsck_pass4()
160 if (isdir && (link_counted > EXT2_LINK_MAX)) in e2fsck_pass4()
166 if ((link_count != inode->i_links_count) && !isdir && in e2fsck_pass4()
175 if ((isdir && link_counted > 1 && in e2fsck_pass4()
/external/owasp/sanitizer/tools/
Dcut_release.py56 assert os.path.isdir(maven_directory_path), maven_directory_path
57 assert os.path.isdir(trunk_directory_path), trunk_directory_path
59 assert os.path.isdir(version_template_directory_path), (
104 if os.path.isdir(src_path):
Dupdate_tree_in_svn.py36 if os.path.isdir(path): return DIR
67 if os.path.isdir(src): children.update(os.listdir(src))
68 if os.path.isdir(dst):
/external/chromium_org/build/
Dcopy_test_data_ios.py29 if not os.path.isdir(path):
58 if os.path.exists(output_dir) and not os.path.isdir(output_dir):
60 if os.path.exists(output_filename) and os.path.isdir(output_filename):
/external/chromium_org/third_party/mesa/src/scons/
Dllvm.py49 if not os.path.isdir(llvm_dir):
58 if not os.path.isdir(llvm_bin_dir):
60 if not os.path.isdir(llvm_bin_dir):
/external/mesa3d/scons/
Dllvm.py49 if not os.path.isdir(llvm_dir):
58 if not os.path.isdir(llvm_bin_dir):
60 if not os.path.isdir(llvm_bin_dir):
/external/chromium_org/tools/git/
Dmove_source_file.py53 if os.path.isdir(to_path):
153 if not os.path.isdir('.git'):
176 if len(from_paths) > 1 and not os.path.isdir(orig_to_path):
/external/chromium_org/v8/tools/testrunner/local/
Dutils.py31 from os.path import isdir
39 return [ f for f in os.listdir(test_root) if isdir(join(test_root, f)) ]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
Dfilesystem_unittest.py182 self.assertTrue(fs.isdir(self._this_dir))
186 self.assertFalse(fs.isdir(self._this_file))
217 self.assertFalse(fs.isdir(sub_path))
221 self.assertTrue(fs.isdir(sub_path))
226 self.assertTrue(fs.isdir(sub_path))
232 self.assertFalse(fs.isdir(base_path))
Dfilesystem_mock.py103 if not self.isdir(path):
110 if self.isdir(source):
112 if self.isdir(destination):
124 return self.isfile(path) or self.isdir(path)
178 def isdir(self, path): member in MockFileSystem
209 if not self.isdir(top):
266 while norm_path and not self.isdir(norm_path):
/external/chromium_org/build/linux/
Dinstall-chromeos-fonts.py34 if not os.path.isdir(FONTS_DIR):
49 if os.path.isdir(dest_dir):
/external/jsoncpp/
Ddoxybuild.py88 if not os.path.isdir( output_dir ):
109 if os.path.isdir( output_dir ):
112 if not os.path.isdir( output_dir ):
/external/chromium_org/third_party/cython/src/Cython/Build/
DCythonize.py68 while not os.path.isdir(base_dir) or is_package_dir(base_dir):
73 if os.path.isdir(path):
130 if temp_dir and os.path.isdir(temp_dir):
/external/e2fsprogs/lib/ext2fs/
Dalloc_stats.c18 int inuse, int isdir) in ext2fs_inode_alloc_stats2() argument
34 if (isdir) in ext2fs_inode_alloc_stats2()
/external/chromium_org/chrome/common/extensions/docs/server2/
Dlocal_file_system.py41 if os.path.isdir(os.path.join(dir_name, os_path)):
51 if os.path.isdir(path):
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/
Dupdate_webgl_conformance_tests.py103 if os.path.isdir(out_dir):
151 elif os.path.isdir(in_name):
/external/chromium_org/components/crash/tools/
Dgenerate_breakpad_symbols.py135 if e.errno == errno.EEXIST and os.path.isdir(path):
155 if os.path.isdir(output_path):
171 if os.path.isdir(output_path):
/external/antlr/antlr-3.4/runtime/Python/
Dsetup.py37 if os.path.isdir(path):
84 if not os.path.isdir(testDir):
185 if not os.path.isdir(testDir):
/external/llvm/utils/lit/lit/
Ddiscovery.py65 while not os.path.isdir(item):
132 if not os.path.isdir(source_path):
155 if not os.path.isdir(file_sourcepath):
/external/chromium_org/tools/
Dupdate_reference_build.py203 if not os.path.isdir(os.path.dirname(dest)):
208 if not os.path.isdir(os.path.dirname(dest)):
258 if not os.path.isdir(filepath) and os.access(filepath, os.X_OK):
/external/chromium_org/build/android/pylib/gtest/
Dsetup.py83 if os.path.isdir(constants.ISOLATE_DEPS_DIR):
152 if os.path.isdir(p):
173 if os.path.isdir(deps_product_dir):
/external/chromium_org/tools/crx_id/
Dcrx_id.py107 if os.path.isdir(filename):
119 if os.path.isdir(filename):

12345678910