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

1 2

  /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/e2fsprogs/lib/ext2fs/
alloc_stats.c 19 int inuse, int isdir)
28 if (isdir)
  /sdk/eclipse/scripts/
collect_sources_for_sdk.py 94 if not os.path.isdir(p.SRC):
96 elif not os.path.isdir(p.DST):
118 elif os.path.isdir(fp):
149 if not os.path.isdir(dir):
  /external/webkit/WebKitTools/BuildSlaveSupport/
built-product-archive 69 if os.path.isdir(thinDirectory):
92 if os.path.isdir(configurationBuildDirectory):
101 if os.path.isdir(binDirectory):
  /bionic/libc/kernel/tools/
find_headers.py 73 if not os.path.isdir(kernel_root):
77 if not os.path.isdir(kernel_root+"/linux"):
104 if os.path.isdir(kernel_root+"/asm"):
update_all.py 39 if not os.path.isdir( original_dir ):
utils.py 95 ret = os.path.isdir( path )
227 if os.path.isdir(dir):
234 if not os.path.isdir(path):
  /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
102 if isdir(path):
  /development/testrunner/test_defs/
test_walker.py 124 if not os.path.isdir(path):
190 if not os.path.isdir(path):
256 if (os.path.isdir(path) and
  /bionic/libc/tools/
bionic_utils.py 121 ret = os.path.isdir( path )
280 if os.path.isdir(dir):
287 if not os.path.isdir(path):
checksyscalls.py 49 if not os.path.isdir(linux_root):
  /cts/tools/utils/
android_api_description_splitter.py 89 if not os.path.isdir(self.out):
buildCts.py 30 return [x for x in os.listdir(root) if os.path.isdir(os.path.join(root, x))]
  /external/clearsilver/python/examples/base/
handle_error.py 70 if not os.path.isdir(path):
  /external/clearsilver/imd/
imdm.py 35 elif os.path.isdir(fullpath):
142 if os.path.isdir(os.path.join(dir,a_dir)):
imd.c 160 int isdir(char *dir) { function
187 if (!isdir(s)) {
532 if (descend && isdir(fpath))
863 if (isdir(path)) return 1;
  /external/gtest/scripts/
fuse_gtest_files.py 144 if not os.path.isdir(parent_directory):
  /frameworks/base/tests/DumpRenderTree/assets/
run_page_cycler.py 93 if not os.path.isdir(results_dir):
run_reliability_tests.py 144 if not os.path.isdir(bugreport_dir):
run_layout_tests.py 243 if not os.path.isdir(results_dir):
  /development/testrunner/
coverage.py 238 if os.path.isdir(output_path) and target is not None:
300 if os.path.isdir(sub_dir_path):
  /external/webkit/WebCore/
wscript 133 if os.path.isdir(fullpath) and not item == "os-win32" and not item == 'icu':
  /build/tools/releasetools/
common.py 355 if os.path.isdir(i):
483 if os.path.isdir(path):
  /external/jpeg/
ltmain.sh     [all...]

Completed in 364 milliseconds

1 2