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

<<11121314151617181920>>

  /external/autotest/server/cros/
tradefed_test.py 139 shutil.rmtree(self._tradefed_install)
306 shutil.rmtree(tmp, ignore_errors=True)
313 shutil.rmtree(destination, ignore_errors=True)
314 shutil.rmtree(tmp, ignore_errors=True)
345 shutil.rmtree(self._tradefed_cache_dirty, ignore_errors=True)
368 shutil.rmtree(self._tradefed_cache, ignore_errors=True)
370 shutil.rmtree(self._tradefed_cache_dirty, ignore_errors=True)
    [all...]
  /external/autotest/utils/
external_packages.py 302 shutil.rmtree(extracted_dir)
354 shutil.rmtree(egg_subdir)
382 shutil.rmtree(egg_info_new_path)
385 shutil.rmtree(egg_info_dir)
472 shutil.rmtree(temp_dir)
637 shutil.rmtree(temp_dir)
760 shutil.rmtree(target_dir)
    [all...]
  /external/perfetto/tools/
install-build-deps 232 shutil.rmtree(path)
281 shutil.rmtree(zip_target_dir)
  /external/python/cpython2/Lib/lib2to3/tests/
test_parser.py 57 shutil.rmtree(tmpdir)
98 shutil.rmtree(tmpdir)
test_refactor.py 190 self.addCleanup(shutil.rmtree, tmpdir)
255 shutil.rmtree(dir)
  /external/python/cpython2/Lib/test/
test_trace.py 3 from test.test_support import (run_unittest, TESTFN, rmtree, unlink,
282 rmtree(TESTFN)
  /external/python/cpython3/Lib/lib2to3/tests/
test_refactor.py 184 self.addCleanup(shutil.rmtree, tmpdir)
249 shutil.rmtree(dir)
  /external/python/cpython3/Lib/
shutil.py 46 "copytree", "move", "rmtree", "Error", "SpecialFileError",
367 raise OSError("Cannot call rmtree on a symbolic link")
428 raise OSError("Cannot call rmtree on a symbolic "
445 def rmtree(path, ignore_errors=False, onerror=None): function
463 # While the unsafe rmtree works fine on bytes, the fd based does not.
488 raise OSError("Cannot call rmtree on a symbolic link")
498 rmtree.avoids_symlink_attacks = _use_fd_functions
556 rmtree(src)
    [all...]
  /external/skia/infra/bots/recipe_modules/flavor/examples/full.expected/
Test-iOS-Clang-iPadPro-GPU-GT7800-arm64-Debug-All.json 73 "rmtree",
77 "name": "rmtree results_dir"
retry_adb_command_retries_exhausted.json 75 "rmtree",
79 "name": "rmtree results_dir"
retry_ios_install.json 73 "rmtree",
77 "name": "rmtree results_dir"
  /external/skia/infra/bots/recipe_modules/run/examples/full.expected/
test.json 95 "rmtree",
99 "name": "rmtree mydir"
  /external/skia/infra/bots/recipes/recreate_skps.expected/
failed_upload.json 256 "rmtree",
260 "name": "rmtree skp_output"
  /external/skqp/infra/bots/recipe_modules/flavor/examples/full.expected/
Test-iOS-Clang-iPadPro-GPU-GT7800-arm64-Debug-All.json 73 "rmtree",
77 "name": "rmtree results_dir"
retry_ios_install.json 73 "rmtree",
77 "name": "rmtree results_dir"
  /external/skqp/infra/bots/recipe_modules/run/examples/full.expected/
test.json 95 "rmtree",
99 "name": "rmtree mydir"
  /external/tensorflow/tensorflow/contrib/gan/python/estimator/python/
gan_estimator_test.py 135 shutil.rmtree(self._model_dir)
187 shutil.rmtree(self._model_dir)
  /external/v8/gypfiles/
landmines.py 89 shutil.rmtree(build_dir)
106 shutil.rmtree(build_dir)
  /prebuilts/clang/host/darwin-x86/clang-4393122/share/clang/
run-clang-tidy.py 226 shutil.rmtree(tmpdir)
240 shutil.rmtree(tmpdir)
  /prebuilts/clang/host/darwin-x86/clang-4479392/share/clang/
run-clang-tidy.py 226 shutil.rmtree(tmpdir)
240 shutil.rmtree(tmpdir)
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/clang/
run-clang-tidy.py 262 shutil.rmtree(tmpdir)
285 shutil.rmtree(tmpdir)
  /prebuilts/clang/host/darwin-x86/clang-4630689/share/clang/
run-clang-tidy.py 262 shutil.rmtree(tmpdir)
285 shutil.rmtree(tmpdir)
  /prebuilts/clang/host/darwin-x86/clang-4639204/share/clang/
run-clang-tidy.py 262 shutil.rmtree(tmpdir)
285 shutil.rmtree(tmpdir)
  /prebuilts/clang/host/darwin-x86/clang-4691093/share/clang/
run-clang-tidy.py 262 shutil.rmtree(tmpdir)
285 shutil.rmtree(tmpdir)
  /prebuilts/clang/host/linux-x86/clang-4393122/share/clang/
run-clang-tidy.py 226 shutil.rmtree(tmpdir)
240 shutil.rmtree(tmpdir)

Completed in 839 milliseconds

<<11121314151617181920>>