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

1234567891011>>

/external/autotest/frontend/client/
H A Dgwt_dir12 if os.path.isdir(site_gwt):
16 if not os.path.isdir(DEFAULT_GWT):
/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-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
H A Dexample_test.py64 self.assertFalse(os.path.isdir('/test'))
66 self.assertTrue(os.path.isdir('/test'))
108 self.assertFalse(os.path.isdir('/test'))
110 self.assertTrue(os.path.isdir('/test/dir1/dir2a'))
113 self.assertTrue(os.path.isdir('/test/dir1/dir2b'))
130 self.assertTrue(os.path.isdir('/test/dir1/dir2b'))
131 self.assertTrue(os.path.isdir('/test/dir1/dir2a'))
/external/chromium-trace/catapult/devil/devil/utils/
H A Dhost_utils.py11 if os.path.isdir(path):
H A D__init__.py14 if os.path.isdir(path) and path not in sys.path:
/external/v8/build/
H A Ddir_exists.py15 return str(os.path.isdir(dir_name))
H A Dsymlink.py36 if len(sources) == 1 and not os.path.isdir(target):
45 if os.path.isdir(t):
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):
/external/icu/tools/
H A Di18nutil.py8 if not os.path.isdir(dir):
/external/autotest/client/site_tests/platform_ChromeCgroups/
H A Dplatform_ChromeCgroups.py40 if not os.path.isdir(CGROUP_DIR):
42 if not os.path.isdir(FG_CGROUP_DIR):
44 if not os.path.isdir(BG_CGROUP_DIR):
/external/autotest/client/site_tests/platform_TempFS/
H A Dplatform_TempFS.py32 if os.path.isdir(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/vixl/tools/
H A Dgit.py32 return os.path.isdir(os.path.join(path, '.git'))
/external/autotest/site_utils/
H A Drestart_latest.py76 boards = [board for board in os.listdir('.') if os.path.isdir(board)]
96 if not os.path.isdir(test_path) or not test.startswith('netbook_'):
/external/libcxxabi/test/libcxxabi/test/
H A Dconfig.py37 if not os.path.isdir(cxx_headers):
45 if not os.path.isdir(libcxxabi_headers):
/external/v8/tools/testrunner/local/
H A Dutils.py31 from os.path import isdir namespace
40 return [ f for f in os.listdir(test_root) if isdir(join(test_root, f)) ]
/external/autotest/server/cros/ap_configurators/
H A Dpyauto_utils.py47 assert os.path.isdir(self._path), '%s is not a directory' % self._path
79 if os.path.isdir(self._path):
85 if self._backup_dir and os.path.isdir(self._backup_dir):
91 if os.path.isdir(path):
107 if not os.path.isdir(dir):
114 if not os.path.isdir(name):
118 if not os.path.isdir(dir):
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
H A Dtest_gce.py101 ORIGINAL_ISDIR = os.path.isdir
103 os.path.isdir = lambda path: True
108 os.path.isdir = ORIGINAL_ISDIR
/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/v8/build/android/gyp/
H A Dcopy_ex.py29 if os.path.isdir(f):
42 if os.path.isdir(f) and not options.clear:
63 if os.path.isdir(src):
/external/autotest/client/tools/
H A Dmake_clean25 if os.path.isdir('tmp'):
/external/autotest/server/cros/
H A Dgsutil_wrapper.py28 assert (os.path.isdir(destination))
/external/autotest/server/site_tests/native_Benchmarks/
H A Dnative_Benchmarks.py49 if scratch_srv and os.path.isdir(scratch_srv):
/external/autotest/tko/parsers/test/
H A Dexecute_parser.py23 if not path.exists(scenario_dirpath) or not path.isdir(scenario_dirpath):
H A Dinspect_parser_result_store.py24 if not path.exists(scenario_dirpath) or not path.isdir(scenario_dirpath):

Completed in 1835 milliseconds

1234567891011>>