HomeSort by relevance Sort by last modified time
    Searched refs:isdir (Results 1 - 25 of 1208) 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/
checkdir.py 13 print os.path.isdir(dirpath)
cp.py 15 if os.path.isdir(dst):
20 if os.path.isdir(src):
  /external/skqp/gn/
checkdir.py 13 print os.path.isdir(dirpath)
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/python/cpython2/RISCOS/
unixstuff.h 11 int isdir(char *fn);
  /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/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/python/cpython2/Demo/scripts/
makedir.py 15 if p and not os.path.isdir(p):
  /external/python/cpython2/Tools/scripts/
crlf.py 8 if os.path.isdir(filename):
lfcr.py 9 if os.path.isdir(filename):
  /external/skia/tools/skpbench/
_os_path.py 18 if (path.isdir(skp)):
  /external/skqp/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):
  /external/chromium-trace/catapult/devil/devil/utils/
__init__.py 14 if os.path.isdir(path) and path not in sys.path:
host_utils.py 19 if os.path.isdir(path):
  /external/icu/tools/
i18nutil.py 8 if not os.path.isdir(dir):
  /external/python/cpython2/PC/
testpy.py 27 if os.path.isdir(test):
  /external/python/cpython3/PC/
testpy.py 25 if os.path.isdir(test):

Completed in 572 milliseconds

1 2 3 4 5 6 7 8 91011>>