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

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython3/Lib/test/
final_a.py 15 print("shutil.rmtree =", getattr(shutil.rmtree, '__name__', None))
final_b.py 15 print("shutil.rmtree =", getattr(shutil.rmtree, '__name__', None))
  /tools/test/connectivity/acts/framework/tests/libs/ota/ota_tools/
update_device_ota_tool_test.py 48 mock.patch('shutil.rmtree')) as rmtree, (
51 rmtree.return_value = ''
63 mock.patch('shutil.rmtree')) as rmtree, (
66 rmtree.return_value = ''
70 self.assertTrue(rmtree.called)
  /external/toolchain-utils/fdo_scripts/
divide_and_merge_profiles_test.py 20 shutil.rmtree(self._program_dir)
22 shutil.rmtree(profile_dir)
81 shutil.rmtree(my_output)
82 shutil.rmtree(reference_output)
121 shutil.rmtree(my_output)
122 shutil.rmtree(reference_output)
  /external/chromium-trace/
update.py 39 shutil.rmtree(catapult_src_dir, True)
61 shutil.rmtree(catapult_git_dir, True)
77 shutil.rmtree(catapult_dst_dir)
86 shutil.rmtree(dst)
  /external/skia/gn/
cp.py 16 shutil.rmtree(dst)
  /external/skqp/gn/
cp.py 16 shutil.rmtree(dst)
  /external/autotest/site_utils/lxc/
container_bucket_unittest.py 29 shutil.rmtree(container_path)
47 shutil.rmtree(self.tmpdir)
  /external/skqp/infra/bots/recipe_modules/flavor/examples/full.expected/
Build-Debian9-GCC-x86_64-Release-Flutter_Android.json 23 "rmtree",
28 "name": "rmtree android_release"
  /frameworks/layoutlib/rename_font/
test.py 37 shutil.rmtree(srcdir)
38 shutil.rmtree(destdir)
  /external/skia/infra/bots/assets/emscripten_sdk/
create_and_upload.py 38 shutil.rmtree(os.path.join(rmpath, 'lib'), ignore_errors=True)
39 shutil.rmtree(os.path.join(rmpath, 'tools') , ignore_errors=True)
50 shutil.rmtree(p)
  /external/autotest/tko/
delete_job_results 20 shutil.rmtree(resultsdir)
  /external/skia/infra/bots/recipe_modules/flavor/examples/full.expected/
Housekeeper-PerCommit-CheckGeneratedFiles.json 74 "rmtree",
78 "name": "rmtree results_dir"
102 "rmtree",
106 "name": "rmtree device_results_dir"
Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-MSAN.json 58 "rmtree",
62 "name": "rmtree results_dir"
86 "rmtree",
90 "name": "rmtree device_results_dir"
Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-ASAN.json 58 "rmtree",
62 "name": "rmtree results_dir"
86 "rmtree",
90 "name": "rmtree device_results_dir"
Perf-Ubuntu14-GCC-GCE-CPU-AVX2-x86_64-Release-All-CT_BENCH_1k_SKPs.json 58 "rmtree",
62 "name": "rmtree results_dir"
86 "rmtree",
90 "name": "rmtree device_results_dir"
Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-Coverage.json 58 "rmtree",
62 "name": "rmtree results_dir"
86 "rmtree",
90 "name": "rmtree device_results_dir"
Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SafeStack.json 58 "rmtree",
62 "name": "rmtree results_dir"
86 "rmtree",
90 "name": "rmtree device_results_dir"
Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN.json 58 "rmtree",
62 "name": "rmtree results_dir"
86 "rmtree",
90 "name": "rmtree device_results_dir"
Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Release-All.json 58 "rmtree",
62 "name": "rmtree results_dir"
86 "rmtree",
90 "name": "rmtree device_results_dir"
Test-Ubuntu16-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-Vulkan.json 58 "rmtree",
62 "name": "rmtree results_dir"
86 "rmtree",
90 "name": "rmtree device_results_dir"
Test-Ubuntu17-GCC-Golo-GPU-QuadroP400-x86_64-Release-All-Valgrind_AbandonGpuContext_SK_CPU_LIMIT_SSE41.json 58 "rmtree",
62 "name": "rmtree results_dir"
86 "rmtree",
90 "name": "rmtree device_results_dir"
Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-All.json 58 "rmtree",
62 "name": "rmtree results_dir"
86 "rmtree",
90 "name": "rmtree device_results_dir"
  /external/skia/infra/bots/recipe_modules/run/
api.py 68 def rmtree(self, path): member in class:SkiaStepApi
69 """Wrapper around api.file.rmtree."""
70 self.m.file.rmtree('rmtree %s' % self.m.path.basename(path), path)
  /external/skia/tools/skqp/
setup_resources 16 shutil.rmtree(dst)

Completed in 1173 milliseconds

1 2 3 4 5 6 7 8 91011>>