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

1 2 3 4

  /external/autotest/client/site_tests/platform_Pkcs11Events/
platform_Pkcs11Events.py 17 shutil.rmtree('%s/database' % pkcs11.TMP_CHAPS_DIR, ignore_errors=True)
19 shutil.rmtree(token, ignore_errors=True)
63 shutil.rmtree(token, ignore_errors=True)
  /external/autotest/client/deps/webgl_clear/
webgl_clear.py 22 shutil.rmtree(srcdir, ignore_errors=True)
  /external/autotest/client/deps/webgl_perf/
webgl_perf.py 20 shutil.rmtree(srcdir, ignore_errors=True)
  /external/chromium-trace/catapult/third_party/coverage/coverage/
report.py 77 if not self.config.ignore_errors:
84 if fr.should_be_python() and not self.config.ignore_errors:
cmdline.py 57 ignore_errors = optparse.make_option( variable in class:Opts
158 ignore_errors=None,
263 Opts.ignore_errors,
316 Opts.ignore_errors,
333 Opts.ignore_errors,
365 Opts.ignore_errors,
493 ignore_errors=options.ignore_errors,
control.py     [all...]
summary.py 95 report_it = not self.config.ignore_errors
  /external/autotest/client/site_tests/platform_Pkcs11InitUnderErrors/
platform_Pkcs11InitUnderErrors.py 34 shutil.rmtree(dbpath, ignore_errors=True)
  /external/deqp/external/
fetch_sources.py 49 shutil.rmtree(fullDstPath, ignore_errors=False)
75 shutil.rmtree(archiveDir, ignore_errors=False)
109 shutil.rmtree(tmpPath, ignore_errors=False)
131 shutil.rmtree(tmpPath, ignore_errors=True)
  /external/google-breakpad/src/testing/scripts/generator/cpp/
tokenize.py 135 ignore_errors = False
225 ignore_errors = False
248 ignore_errors = True
255 elif ignore_errors:
  /external/v8/build/
symlink.py 46 shutil.rmtree(t, ignore_errors=True)
  /external/autotest/server/site_tests/sonic_AppTest/
sonic_AppTest.py 84 shutil.rmtree(self.extension_path, ignore_errors=True)
  /external/webrtc/tools/autoroller/unittests/
roll_chromium_revision_test.py 44 shutil.rmtree(self._output_dir, ignore_errors=True)
  /external/autotest/server/cros/ap_configurators/
pyauto_utils.py 80 shutil.rmtree(self._path, ignore_errors=True)
86 shutil.rmtree(self._backup_dir, ignore_errors=True)
92 shutil.rmtree(path, ignore_errors=True)
  /build/tools/releasetools/
build_image.py 272 shutil.rmtree(tempdir_name, ignore_errors=True)
280 shutil.rmtree(tempdir_name, ignore_errors=True)
289 shutil.rmtree(tempdir_name, ignore_errors=True)
292 shutil.rmtree(tempdir_name, ignore_errors=True)
433 shutil.rmtree(staging_system, ignore_errors=True)
447 shutil.rmtree(in_dir, ignore_errors=True)
  /external/autotest/client/cros/
chrome_binary_test.py 39 shutil.rmtree(self.home_dir, ignore_errors=True)
p2p_utils.py 46 shutil.rmtree(P2P_SHARE_PATH, ignore_errors=True)
pkcs11.py 214 shutil.rmtree(TMP_CHAPS_DIR, ignore_errors=True)
215 shutil.rmtree('%s_bak' % TMP_CHAPS_DIR, ignore_errors=True)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/
testcase.py 54 shutil.rmtree(tmpdir, ignore_errors=True)
  /external/opencv3/platforms/scripts/
cmake_android_all_cameras.py 42 shutil.rmtree(os.path.join(AndroidTreeRoot, "out", "target", "product", "generic", "system"), ignore_errors=True)
  /external/skia/
make.py 43 shutil.rmtree(path, ignore_errors=True)
  /external/v8/tools/gyp/buildbot/
buildbot_run.py 101 shutil.rmtree(OUT_DIR, ignore_errors=True)
  /frameworks/av/include/media/stagefright/
MediaCodecList.h 66 void parseTopLevelXMLFile(const char *path, bool ignore_errors = false);
  /external/autotest/server/hosts/
abstract_ssh.py 765 def collect_logs(self, remote_src_dir, local_dest_dir, ignore_errors=True):
771 @param ignore_errors: If True, ignore exceptions.
774 ignore_errors is False.
776 while copying the directories and ignore_errors is False.
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/testcase/
base.py 68 shutil.rmtree(tmpdir, ignore_errors=True)

Completed in 595 milliseconds

1 2 3 4