HomeSort by relevance Sort by last modified time
    Searched refs:isdir (Results 201 - 225 of 1208) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/autotest/client/site_tests/platform_InputScreenshot/
platform_InputScreenshot.py 50 if not os.path.isdir(filepath):
  /external/autotest/client/tests/ctcs/
ctcs.py 97 if os.path.isdir(self.srcdir):
  /external/autotest/server/site_tests/native_Benchmarks/
webm.py 69 if os.path.isdir(self.src):
  /external/deqp/scripts/src_util/
check_boms.py 60 elif os.path.isdir(path):
  /external/freetype/src/tools/docmaker/
utils.py 79 if not os.path.isdir( output_dir ):
  /external/libunwind_llvm/test/libunwind/test/
config.py 62 if not os.path.isdir(libunwind_headers):
  /external/libyuv/files/
cleanup_links.py 51 if sys.platform.startswith('win') and os.path.isdir(link_path):
  /external/lisa/tests/lisa/
test_wlgen.py 92 if os.path.isdir(self.host_out_dir):
  /external/python/cpython2/Lib/
genericpath.py 10 'getsize', 'isdir', 'isfile']
32 # This follows symbolic links, so both islink() and isdir() can be true
44 # This follows symbolic links, so both islink() and isdir()
46 def isdir(s): function
  /external/python/cpython2/Lib/test/
test_dircache.py 30 if os.path.isdir(fname):
  /external/python/cpython2/Tools/scripts/
mkreal.py 59 if os.path.isdir(name):
  /external/python/cpython3/Tools/scripts/
mkreal.py 59 if os.path.isdir(name):
  /prebuilts/gdb/darwin-x86/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/gdb/darwin-x86/lib/python2.7/test/
test_dircache.py 30 if os.path.isdir(fname):
  /prebuilts/gdb/linux-x86/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/gdb/linux-x86/lib/python2.7/test/
test_dircache.py 30 if os.path.isdir(fname):
  /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)

Completed in 1906 milliseconds

1 2 3 4 5 6 7 891011>>