HomeSort by relevance Sort by last modified time
    Searched full:rmtree (Results 601 - 625 of 969) sorted by null

<<21222324252627282930>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_support.py 28 "get_original_stdout", "unload", "unlink", "rmtree", "forget",
188 def rmtree(path): function
190 shutil.rmtree(path)
431 rmtree(name)
    [all...]
test_sysconfig.py 87 shutil.rmtree(path)
  /external/autotest/client/bin/
site_sysinfo_unittest.py 107 self.addCleanup(shutil.rmtree, self.tempdir)
  /external/autotest/client/tests/cgroup/
cgroup_common.py 365 shutil.rmtree(self.mountdir)
  /external/autotest/server/
base_utils.py 129 shutil.rmtree(dir)
  /external/autotest/server/cros/chaos_lib/
chaos_parser.py 321 shutil.rmtree(RESULTS_DIR)
  /external/autotest/site_utils/lxc/container_pool/
service_unittest.py 43 shutil.rmtree(cls.test_dir)
  /external/autotest/site_utils/lxc/
utils.py 98 shutil.rmtree(tmpdir)
  /external/autotest/site_utils/
perf_csv_uploader.py 141 shutil.rmtree(temp_dir)
  /external/boringssl/src/util/bot/go/
bootstrap.py 114 shutil.rmtree(p, onerror=onerror if sys.platform == 'win32' else None)
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
shell.py 90 _shutil.rmtree(dest)
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
shell.py 90 _shutil.rmtree(dest)
  /external/chromium-trace/catapult/tracing/tracing/trace_data/
trace_data.py 197 shutil.rmtree(temp_dir)
  /external/deqp/scripts/
run_internal_tests.py 59 shutil.rmtree(config.buildPath)
  /external/google-breakpad/src/testing/gtest/test/
gtest_test_utils.py 127 shutil.rmtree(_temp_dir, ignore_errors=True)
  /external/googletest/googletest/test/
gtest_test_utils.py 142 shutil.rmtree(_temp_dir, ignore_errors=True)
  /external/ipsec-tools/src/racoon/
session.c 357 /* TODO: save / restore / flush old lcconf (?) / rmtree
  /external/jsoncpp/devtools/
batchbuild.py 102 shutil.rmtree( self.work_dir, ignore_errors=True )
  /external/lisa/experiments/power/eas/
run_cpu_frequency.py 208 shutil.rmtree(outdir)
  /external/protobuf/gtest/test/
gtest_test_utils.py 127 shutil.rmtree(_temp_dir, ignore_errors=True)
  /external/python/cpython2/Lib/bsddb/test/
test_recno.py 31 test_support.rmtree(self.homeDir)
  /external/python/cpython2/Lib/multiprocessing/
util.py 141 Finalize(None, shutil.rmtree, args=[tempdir], exitpriority=-100)
  /external/python/cpython2/Lib/test/
test_sysconfig.py 84 shutil.rmtree(path)
test_tools.py 412 self.addCleanup(test_support.rmtree, test_support.TESTFN)
  /external/python/cpython3/Lib/multiprocessing/
util.py 116 Finalize(None, shutil.rmtree, args=[tempdir], exitpriority=-100)

Completed in 1387 milliseconds

<<21222324252627282930>>