HomeSort by relevance Sort by last modified time
    Searched refs:isdir (Results 1 - 25 of 835) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/frontend/client/
gwt_dir 12 if os.path.isdir(site_gwt):
16 if not os.path.isdir(DEFAULT_GWT):
  /external/skia/gn/
cp.py 15 if os.path.isdir(dst):
20 if os.path.isdir(src):
  /external/e2fsprogs/tests/progs/
random_exercise.c 28 int isdir; member in struct:state
76 int isdir = 0; local
80 isdir = random() & 1;
81 if (isdir) {
94 state_array[fd].isdir = isdir;
97 state_array[fd].isdir = isdir;
108 if (state_array[fd].isdir)
124 if (state_array[fd].isdir)
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
example_test.py 64 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/clang/tools/scan-build-py/tests/unit/
test_libear.py 16 self.assertTrue(os.path.isdir(tmpdir))
25 self.assertTrue(os.path.isdir(tmpdir))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
makedir.py 15 if p and not os.path.isdir(p):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
crlf.py 8 if os.path.isdir(filename):
lfcr.py 9 if os.path.isdir(filename):
  /external/chromium-trace/catapult/devil/devil/utils/
host_utils.py 11 if os.path.isdir(path):
__init__.py 14 if os.path.isdir(path) and path not in sys.path:
  /external/icu/tools/
i18nutil.py 8 if not os.path.isdir(dir):
  /external/libmojo/third_party/catapult/devil/devil/utils/
host_utils.py 11 if os.path.isdir(path):
__init__.py 14 if os.path.isdir(path) and path not in sys.path:
  /external/skia/tools/skpbench/
_os_path.py 18 if (path.isdir(skp)):
  /external/clang/tools/scan-build-py/tests/functional/cases/
test_from_cmd.py 28 self.assertTrue(os.path.isdir(outdir))
34 self.assertFalse(os.path.isdir(outdir))
40 self.assertTrue(os.path.isdir(outdir))
56 self.assertTrue(os.path.isdir(outdir))
67 self.assertTrue(os.path.isdir(outdir))
77 self.assertTrue(os.path.isdir(outdir))
  /external/autotest/client/site_tests/platform_ChromeCgroups/
platform_ChromeCgroups.py 40 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):
  /build/make/tools/ijar/
zip_main.cc 117 bool isdir = (mode & S_IFDIR) != 0; local
120 isdir = filename[strlen(filename)-1] == '/';
124 printf("%c %o %s\n", isdir ? 'd' : 'f', perm, filename);
131 if (!isdir) {
196 bool isdir = (statst.st_mode & S_IFDIR) != 0; local
198 if (flatten && isdir) {
209 if (isdir && len < PATH_MAX - 1) {
218 printf("%c %o %s\n", isdir ? 'd' : 'f', perm, path);
222 if (isdir || statst.st_size == 0) {
  /external/vixl/tools/
git.py 32 return os.path.isdir(os.path.join(path, '.git'))
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
LongFilePathOsPath.py 20 def isdir(path): function
21 return os.path.isdir(LongFilePath(path))
  /external/autotest/site_utils/
restart_latest.py 76 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_'):
  /frameworks/support/samples/SupportLeanbackShowcase/
build-local.py 44 if not (os.path.isdir(repo_path) or os.path.isdir(support_frameworks_path)):
  /external/autotest/server/cros/ap_configurators/
pyauto_utils.py 47 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):
  /pdk/build/
pdk_utils.py 28 if not os.path.isdir(dest_full_path):
38 if not os.path.isdir(dest_full_path):
56 if not os.path.isdir(dest_full_path):
71 if not os.path.isdir(dest_dir):
85 if not os.path.isdir(dest_dir):
103 elif os.path.isdir(item_full_path):
113 if os.path.isfile(dest) or os.path.isdir(dest):
  /external/libcxx/test/support/
filesystem_dynamic_test_helper.py 13 assert os.path.isdir(ep)
36 if os.path.islink(p) or not os.path.isdir(p):
39 assert os.path.isdir(p)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
dircache.py 40 if os.path.isdir(os.path.join(head, list[i])):

Completed in 729 milliseconds

1 2 3 4 5 6 7 8 91011>>