Searched defs:rmtree (Results 1 - 10 of 10) sorted by relevance
/third_party/curl/tests/ |
H A D | testcurl.pl | 184 sub rmtree($) { subroutine
|
/third_party/skia/infra/bots/recipe_modules/run/ |
H A D | api.py | 50 def rmtree(self, path): member in SkiaStepApi
|
/third_party/python/Lib/test/ |
H A D | test_unicode_file.py | 9 from test.support.os_helper import (rmtree, change_cwd, TESTFN_UNICODE, namespace
|
H A D | test_source_encoding.py | 5 from test.support.os_helper import TESTFN, unlink, rmtree namespace
|
H A D | test_venv.py | 24 from test.support.os_helper import (can_symlink, EnvironmentVarGuard, rmtree) namespace [all...] |
H A D | test_trace.py | 5 from test.support.os_helper import (TESTFN, rmtree, unlink) namespace
|
H A D | test_pydoc.py | 32 from test.support.os_helper import (TESTFN, rmtree, unlink) namespace
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_threaded_import.py | 19 from test.support.os_helper import (TESTFN, unlink, rmtree) namespace
|
/third_party/python/Lib/test/support/ |
H A D | os_helper.py | 438 def rmtree(path): function
|
/third_party/python/Lib/ |
H A D | shutil.py | 690 def rmtree(path, ignore_errors=False, onerror=None, *, dir_fd=None): function [all...] |
Completed in 10 milliseconds