Home
last modified time | relevance | path

Searched defs:rmtree (Results 1 – 7 of 7) sorted by relevance

/third_party/curl/tests/
Dtestcurl.pl192 sub rmtree($) { subroutine
/third_party/flutter/skia/infra/bots/recipe_modules/run/
Dapi.py50 def rmtree(self, path): member in SkiaStepApi
/third_party/skia/infra/bots/recipe_modules/run/
Dapi.py50 def rmtree(self, path): member in SkiaStepApi
/third_party/python/Lib/multiprocessing/
Dutil.py132 def _remove_temp_dir(rmtree, tempdir): argument
/third_party/python/Lib/test/support/
Dos_helper.py356 def rmtree(path): function
/third_party/boost/libs/predef/tools/ci/
Dcommon.py338 def rmtree(path): member in utils
/third_party/python/Lib/
Dshutil.py681 def rmtree(path, ignore_errors=False, onerror=None): function