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

1 2 3 4 56 7 8 91011>>

  /external/deqp/external/
fetch_sources.py 56 shutil.rmtree(readonlydir, onerror = onReadonlyRemoveError )
58 shutil.rmtree(fullDstPath, ignore_errors=False)
85 shutil.rmtree(archiveDir, ignore_errors=False)
151 shutil.rmtree(tmpPath, ignore_errors=False)
173 shutil.rmtree(tmpPath, ignore_errors=True)
  /external/python/cpython3/Lib/test/
test_shutil.py 100 shutil.rmtree(d, os.name in ('nt', 'cygwin'))
119 shutil.rmtree(victim)
128 self.assertRaises(OSError, shutil.rmtree, link)
134 shutil.rmtree(link, onerror=onerror)
157 shutil.rmtree(dir1)
165 self.assertRaises(FileNotFoundError, shutil.rmtree, filename)
167 shutil.rmtree(filename, ignore_errors=True)
174 shutil.rmtree(filename)
181 shutil.rmtree(filename, ignore_errors=True)
186 shutil.rmtree(filename, onerror=onerror
    [all...]
test_pkgutil.py 23 self.addCleanup(shutil.rmtree, self.dirname)
261 shutil.rmtree(dirname_0)
262 shutil.rmtree(dirname_1)
311 shutil.rmtree(dirname)
340 shutil.rmtree(dirname_0)
341 shutil.rmtree(dirname_1)
359 shutil.rmtree(self.basedir)
test_venv.py 17 can_symlink, EnvironmentVarGuard, rmtree)
56 rmtree(self.env_dir)
83 rmtree(self.env_dir)
132 rmtree(self.env_dir)
199 rmtree(fn)
265 rmtree(self.env_dir)
279 rmtree(self.env_dir)
310 rmtree(self.env_dir)
315 rmtree(self.env_dir)
334 rmtree(self.env_dir
    [all...]
test_threaded_import.py 17 forget, unlink, rmtree, start_threads)
192 self.addCleanup(shutil.rmtree, TESTFN)
232 self.addCleanup(rmtree, '__pycache__')
test_pkgimport.py 36 shutil.rmtree(self.test_dir)
  /external/v8/tools/clang/scripts/
package.py 175 shutil.rmtree(LLVM_BOOTSTRAP_DIR, ignore_errors=True)
176 shutil.rmtree(LLVM_BOOTSTRAP_INSTALL_DIR, ignore_errors=True)
177 shutil.rmtree(LLVM_BUILD_DIR, ignore_errors=True)
192 shutil.rmtree(pdir, ignore_errors=True)
284 shutil.rmtree(golddir, ignore_errors=True)
295 shutil.rmtree(objdumpdir, ignore_errors=True)
  /external/autotest/utils/
compile_gwt_clients.py 73 shutil.rmtree(old_install_dir)
82 shutil.rmtree(install_dir)
186 shutil.rmtree(_TMP_COMPILE_DIR)
  /external/capstone/bindings/python/
setup.py 70 shutil.rmtree(LIBS_DIR, ignore_errors=True)
71 shutil.rmtree(HEADERS_DIR, ignore_errors=True)
81 shutil.rmtree("src/")
  /bionic/libc/tools/
genversion-scripts.py 29 atexit.register(shutil.rmtree, bionic_temp)
  /build/soong/python/scripts/
stub_template_host.txt 88 shutil.rmtree(os.path.dirname(runfiles_path), True)
  /development/gsi/gsi_util/gsi_util/mounters/
adb_mounter.py 83 shutil.rmtree(self._temp_dir)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_sysconfig.py 28 shutil.rmtree(path)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_compileall.py 25 shutil.rmtree(self.directory)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
TestInstall.py 94 shutil.rmtree(GlobalData.gUNPACK_DIR)
  /external/autotest/server/site_tests/brillo_ADBDirectoryTransfer/
brillo_ADBDirectoryTransfer.py 67 shutil.rmtree(self.temp_dir)
  /external/autotest/server/site_tests/native_Benchmarks/
v8.py 57 shutil.rmtree(self.src)
  /external/autotest/server/site_tests/video_VDAStress/
generate_controlfiles.py 61 shutil.rmtree(server_videos_dir)""")
  /external/autotest/site_utils/lxc/
unittest_http.py 62 shutil.rmtree(tmpdir)
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
archive_info.py 51 shutil.rmtree(path)
  /external/chromium-trace/catapult/tracing/tracing/trace_data/
trace_data_unittest.py 27 shutil.rmtree(test_dir)
  /external/python/cpython2/Lib/bsddb/test/
test_cursor_pget_bug.py 35 test_support.rmtree(self.homeDir)
test_pickle.py 32 test_support.rmtree(self.homeDir)
  /external/python/cpython2/Lib/test/
test_compileall.py 25 shutil.rmtree(self.directory)
  /external/python/cpython3/Lib/test/test_tools/
test_fixcid.py 61 self.addCleanup(support.rmtree, support.TESTFN)

Completed in 709 milliseconds

1 2 3 4 56 7 8 91011>>