HomeSort by relevance Sort by last modified time
    Searched refs:isdir (Results 176 - 200 of 992) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
genericpath.py 10 'getsize', 'isdir', 'isfile']
24 # This follows symbolic links, so both islink() and isdir() can be true
36 # This follows symbolic links, so both islink() and isdir()
38 def isdir(s): function
glob.py 84 if os.path.isdir(dirname):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dircache.py 30 if os.path.isdir(fname):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
genericpath.py 10 'getsize', 'isdir', 'isfile']
24 # This follows symbolic links, so both islink() and isdir() can be true
36 # This follows symbolic links, so both islink() and isdir()
38 def isdir(s): function
glob.py 84 if os.path.isdir(dirname):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dircache.py 30 if os.path.isdir(fname):
  /system/ca-certificates/google/
extract_from_pem.py 66 assert os.path.isdir(args.output_dir) and os.path.isfile(args.pem_file)
  /system/extras/simpleperf/scripts/
binary_cache_builder.py 49 if not os.path.isdir(symfs_dir):
56 if not os.path.isdir(self.binary_cache_dir):
140 if not os.path.isdir(target_dir):
171 if not os.path.isdir(target_dir):
  /tools/test/connectivity/acts/framework/acts/controllers/
diag_logger.py 105 if not os.path.isdir(self.host_log_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):
  /development/ndk/
unify_all.py 108 if os.path.isdir(path):
120 if os.path.isdir(path):
232 if not os.path.isdir(path):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
RCSProxy.py 60 files = filter(os.path.isdir, files)
63 def isdir(self, name): member in class:DirSupport
64 return os.path.isdir(name)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
treesync.py 65 if not os.path.isdir(cvsdir):
72 if not os.path.isdir(slave):
95 if os.path.isdir(mastername) and not os.path.islink(mastername):
  /external/jsoncpp/
doxybuild.py 88 if not os.path.isdir( output_dir ):
109 if os.path.isdir( output_dir ):
112 if not os.path.isdir( output_dir ):
  /external/python/cpython2/Demo/pdist/
RCSProxy.py 60 files = filter(os.path.isdir, files)
63 def isdir(self, name): member in class:DirSupport
64 return os.path.isdir(name)
  /external/python/cpython2/Tools/scripts/
treesync.py 65 if not os.path.isdir(cvsdir):
72 if not os.path.isdir(slave):
95 if os.path.isdir(mastername) and not os.path.islink(mastername):
  /external/v8/gypfiles/
landmines.py 171 if (os.path.isdir(path) and
182 elif os.path.isdir(path):
188 if os.path.exists(project_dir) and os.path.isdir(project_dir):
  /external/vulkan-validation-layers/build-android/
build.py 33 if os.path.isdir(src_file):
140 if os.path.isdir('/buildbot/android-ndk'):
142 elif os.path.isdir(os.environ['NDK_PATH']):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
site.py 135 if os.path.isdir(dir):
280 if ENABLE_USER_SITE and os.path.isdir(user_site):
324 if os.path.isdir(sitedir):
587 "exists" if os.path.isdir(USER_BASE) else "doesn't exist")
589 "exists" if os.path.isdir(USER_SITE) else "doesn't exist")
  /external/python/cpython2/Lib/lib-tk/
FileDialog.py 114 if os.path.isdir(dir_or_file):
174 if os.path.isdir(fullname):
191 if filter[-1:] == os.sep or os.path.isdir(filter):
243 if os.path.isdir(file):
256 if not os.path.isdir(head):
  /external/python/cpython2/Lib/
site.py 123 if os.path.isdir(dir):
268 if ENABLE_USER_SITE and os.path.isdir(user_site):
303 if os.path.isdir(sitedir):
563 "exists" if os.path.isdir(USER_BASE) else "doesn't exist")
565 "exists" if os.path.isdir(USER_SITE) else "doesn't exist")
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
FileDialog.py 114 if os.path.isdir(dir_or_file):
174 if os.path.isdir(fullname):
191 if filter[-1:] == os.sep or os.path.isdir(filter):
243 if os.path.isdir(file):
256 if not os.path.isdir(head):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
site.py 123 if os.path.isdir(dir):
268 if ENABLE_USER_SITE and os.path.isdir(user_site):
312 if os.path.isdir(sitedir):
572 "exists" if os.path.isdir(USER_BASE) else "doesn't exist")
574 "exists" if os.path.isdir(USER_SITE) else "doesn't exist")
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
FileDialog.py 114 if os.path.isdir(dir_or_file):
174 if os.path.isdir(fullname):
191 if filter[-1:] == os.sep or os.path.isdir(filter):
243 if os.path.isdir(file):
256 if not os.path.isdir(head):
  /prebuilts/gdb/linux-x86/lib/python2.7/
site.py 123 if os.path.isdir(dir):
268 if ENABLE_USER_SITE and os.path.isdir(user_site):
312 if os.path.isdir(sitedir):
572 "exists" if os.path.isdir(USER_BASE) else "doesn't exist")
574 "exists" if os.path.isdir(USER_SITE) else "doesn't exist")

Completed in 2825 milliseconds

1 2 3 4 5 6 78 91011>>