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

123456789

/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/chromium_org/build/android/pylib/utils/
H A Dhost_utils.py11 if os.path.isdir(path):
/external/chromium_org/build/
H A Ddir_exists.py15 return str(os.path.isdir(dir_name))
H A 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):
H A Ddownload_nacl_toolchains.py63 if os.path.isdir(toolchain_path) and not toolchain_item.startswith('.'):
/external/chromium_org/third_party/mesa/
H A Dgenerate_git_sha1.py31 if not os.path.isdir(parentdir):
H A Dredirectoutput.py19 if not os.path.isdir(abs_outputdir):
/external/chromium_org/tools/memory_inspector/memory_inspector/
H A D__init__.py22 assert(os.path.isdir(chromium_dir)), 'Cannot find chromium ' + chromium_dir
/external/lldb/test/unittest2/test/
H A Dtest_discovery.py35 original_isdir = os.path.isdir
37 os.path.isdir = original_isdir
45 def isdir(path): function in function:TestDiscovery.test_find_tests
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
334 def isdir(_): function in function:TestDiscovery.test_detect_module_clash
[all...]
/external/chromium_org/v8/tools/testrunner/local/
H A Dutils.py31 from os.path import isdir namespace
40 return isdir(path) and exists(join(path, 'testcfg.py'))
/external/chromium_org/third_party/mesa/src/scons/
H A 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/
H A 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/build/linux/
H A Dinstall-chromeos-fonts.py34 if not os.path.isdir(FONTS_DIR):
49 if os.path.isdir(dest_dir):
H A Dinstall-arm-sysroot.py63 if os.path.isdir(sysroot):
/external/chromium_org/native_client_sdk/src/tools/
H A 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):
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_fil
[all...]
/external/e2fsprogs/e2fsck/
H A Dpass4.c125 int isdir; local
159 isdir = ext2fs_test_inode_bitmap2(ctx->inode_dir_map, i);
160 if (isdir && (link_counted > EXT2_LINK_MAX))
166 if ((link_count != inode->i_links_count) && !isdir &&
175 if ((isdir && link_counted > 1 &&
/external/chromium_org/tools/git/
H A 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/owasp/sanitizer/tools/
H A 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/chrome/common/extensions/docs/server2/
H A 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/
H A Dupdate_webgl_conformance_tests.py103 if os.path.isdir(out_dir):
151 elif os.path.isdir(in_name):
/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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
H A Ddump_reader.py52 if self._host.filesystem.isdir(self.crash_dumps_directory()):
/external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
H A Dandroid_framework_gyp.py98 assert os.path.isdir(folder)
/external/chromium_org/tools/gyp/test/win/generator-output-different-drive/
H A Dgyptest-generator-output-different-drive.py31 if not os.path.isdir(os.path.abspath(output_dir)):
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dextension_to_load.py16 if not os.path.isdir(path):

Completed in 1238 milliseconds

123456789