HomeSort by relevance Sort by last modified time
    Searched full:isdir (Results 251 - 275 of 445) sorted by null

<<1112131415161718

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shutil.py 165 self.assertTrue(os.path.isdir(os.path.join(dst_dir, 'test_dir')))
247 if (os.path.isdir(path) and
854 self.assertTrue(os.path.isdir(dst_dir))
  /development/testrunner/test_defs/
instrumentation_test.py 309 if not os.path.isdir(path):
  /external/chromium/testing/gtest/scripts/
fuse_gtest_files.py 132 if not os.path.isdir(parent_directory):
  /external/chromium_org/native_client_sdk/src/tools/
httpd.py 106 if os.path.isdir(path):
  /external/chromium_org/remoting/host/installer/
build-installer-archive.py 204 if os.path.isdir(bs):
  /external/chromium_org/remoting/tools/
zip2msi.py 201 if os.path.isdir(source):
  /external/chromium_org/testing/gtest/scripts/
fuse_gtest_files.py 132 if not os.path.isdir(parent_directory):
  /external/chromium_org/third_party/icu/source/tools/
icu-svnprops-check.py 213 if os.path.isdir(f):
  /external/chromium_org/tools/find_runtime_symbols/
prepare_symbol_info.py 114 if os.path.isdir(output_dir_path) and not os.listdir(output_dir_path):
  /external/chromium_org/tools/grit/grit/tool/
resize.py 239 if not os.path.isdir(dir_path):
  /external/chromium_org/tools/gyp/
gyptest.py 189 if os.path.isdir(arg):
  /external/chromium_org/tools/telemetry/telemetry/core/
browser_options.py 302 if self.profile_dir and not os.path.isdir(self.profile_dir):
  /external/chromium_org/tools/win/toolchain/
toolchain2013.py 101 if not os.path.isdir(target_dir):
  /external/chromium_org/v8/tools/
test-server.py 163 if not os.path.isdir(os.path.join(ROOT, "v8")):
  /external/gtest/scripts/
fuse_gtest_files.py 132 if not os.path.isdir(parent_directory):
  /external/icu4c/tools/
icu-svnprops-check.py 213 if os.path.isdir(f):
  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 425 if (f->IsDir)
  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp 222 case kpidIsDir: prop = item.IsDir; break;
  /external/protobuf/gtest/scripts/
fuse_gtest_files.py 132 if not os.path.isdir(parent_directory):
  /external/skia/gm/rebaseline_server/
imagediffdb.py 313 if not os.path.isdir(path):
  /external/skia/tools/
submit_try 291 is_svn = os.path.isdir('.svn')
  /frameworks/base/media/jni/
android_media_MediaScanner.cpp 150 ALOGV("scanFile: path(%s), time(%lld), size(%lld) and isDir(%d)",
  /packages/apps/Browser/tools/
get_search_engines.py 216 if os.path.exists(dir_path) and not os.path.isdir(dir_path):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_recno.py 214 if not os.path.isdir(homeDir):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mhlib.py 91 if os.path.isdir(fullname):

Completed in 1245 milliseconds

<<1112131415161718