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

1 2 3 4

  /external/chromium/build/
dir_exists.py 9 sys.stdout.write(str(os.path.isdir(sys.argv[1])))
  /external/e2fsprogs/tests/progs/
random_exercise.c 27 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/webkit/Tools/BuildSlaveSupport/
built-product-archive 70 if os.path.isdir(thinDirectory):
88 if os.path.isdir(thinDirectory):
114 if os.path.isdir(configurationBuildDirectory):
123 if os.path.isdir(binDirectory):
138 if os.path.isdir(configurationBuildDirectory):
test-result-archive 109 if os.path.isdir(file):
  /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/chromium/testing/gmock/test/
gmock_test_utils.py 43 # isdir resolves symbolic links.
45 if os.path.isdir(gtest_tests_util_dir):
  /sdk/eclipse/scripts/
collect_sources_for_sdk.py 94 if not os.path.isdir(p.SRC):
96 elif not os.path.isdir(p.DST):
122 elif os.path.isdir(fp):
155 if not os.path.isdir(dir):
  /bionic/libc/kernel/tools/
update_all.py 41 if not os.path.isdir(original_dir):
45 if not os.path.isdir(original_dir):
find_headers.py 65 if not os.path.isdir(kernel_root):
69 if not os.path.isdir(kernel_root+"/include/linux"):
96 if os.path.isdir(kernel_root+"/asm"):
utils.py 95 ret = os.path.isdir( path )
227 if os.path.isdir(dir):
243 if not os.path.isdir(path):
  /external/webkit/Tools/Scripts/webkitpy/common/system/
filesystem_unittest.py 82 self.assertTrue(fs.isdir(self._this_dir))
86 self.assertFalse(fs.isdir(self._this_file))
108 self.assertFalse(fs.isdir(sub_path))
112 self.assertTrue(fs.isdir(sub_path))
117 self.assertTrue(fs.isdir(sub_path))
123 self.assertFalse(fs.isdir(base_path))
filesystem_mock.py 75 if not self.isdir(path):
82 if self.isdir(source):
83 raise IOError(errno.EISDIR, source, os.strerror(errno.ISDIR))
84 if self.isdir(destination):
85 raise IOError(errno.EISDIR, destination, os.strerror(errno.ISDIR))
94 return self.isfile(path) or self.isdir(path)
145 def isdir(self, path): member in class:MockFileSystem
167 if not self.isdir(path):
223 if not self.isdir(norm_path):
filesystem.py 131 def isdir(self, path): member in class:FileSystem
133 return os.path.isdir(path)
  /external/e2fsprogs/lib/ext2fs/
alloc_stats.c 19 int inuse, int isdir)
35 if (isdir)
  /external/e2fsprogs/e2fsck/
swapfs.c 23 int isdir; member in struct:swap_block_struct
41 if (sb->isdir && (blockcnt >= 0) && *block_nr) {
90 sb.isdir = 0;
92 sb.isdir = 1;
  /external/v8/test/message/
testcfg.py 30 from os.path import join, dirname, exists, basename, isdir namespace
101 if isdir(path):
  /bionic/libc/tools/
bionic_utils.py 116 if not os.path.isdir(path):
142 ret = os.path.isdir( path )
325 if os.path.isdir(dir):
332 if not os.path.isdir(path):
checksyscalls.py 49 if not os.path.isdir(linux_root):
  /external/llvm/
copy-diff.py 50 elif not os.path.isdir(destdir):
  /external/webkit/Tools/Scripts/webkitpy/style/
filereader.py 150 if os.path.isdir(path):
  /development/build/tools/
mk_sources_zip.py 121 if not os.path.isdir(p.SRC):
160 elif os.path.isdir(filepath):
199 if not os.path.isdir(dest_dir):
  /gdk/sources/llvm-ndk-cc/tests/
test.py 177 if os.path.isdir(Arg):
186 if os.path.isdir(File) and (File[0:2] == 'F_' or File[0:2] == 'P_'):
190 if os.path.isdir(Dir):
  /external/antlr/antlr-3.4/runtime/Python/
setup.py 37 if os.path.isdir(path):
84 if not os.path.isdir(testDir):
185 if not os.path.isdir(testDir):
  /cts/tools/utils/
android_api_description_splitter.py 89 if not os.path.isdir(self.out):
  /cts/tests/tests/webkitsecurity/generate/
generate_webview_crash_tests.py 60 if not os.path.isdir(argument):

Completed in 2070 milliseconds

1 2 3 4