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

<<11121314151617181920>>

  /external/skqp/infra/bots/recipes/recreate_skps.expected/
Housekeeper-Nightly-RecreateSKPs_Canary.json 168 "rmtree",
172 "name": "rmtree skp_output"
failed_upload.json 168 "rmtree",
172 "name": "rmtree skp_output"
  /external/v8/tools/release/
test_search_related_commits.py 35 shutil.rmtree(self.base_dir)
61 shutil.rmtree(self.base_dir)
  /test/framework/harnesses/host_controller/command_processor/
command_test.py 78 shutil.rmtree(os.path.join(self._result_dir, file_name))
238 shutil.rmtree(self._result_dir, ignore_errors=True)
  /external/python/cpython2/Lib/test/
test_import.py 14 from test.test_support import (unlink, TESTFN, unload, run_unittest, rmtree,
416 rmtree(dir_name)
462 rmtree(self.dir_name)
526 rmtree(self.path)
625 shutil.rmtree(self.tagged)
666 shutil.rmtree(self.tagged)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
shutil.py 26 "copytree", "move", "rmtree", "Error", "SpecialFileError",
210 def rmtree(path, ignore_errors=False, onerror=None): function
230 raise OSError("Cannot call rmtree on a symbolic link")
247 rmtree(fullname, ignore_errors, onerror)
300 rmtree(src)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
shutil.py 26 "copytree", "move", "rmtree", "Error", "SpecialFileError",
207 def rmtree(path, ignore_errors=False, onerror=None): function
227 raise OSError("Cannot call rmtree on a symbolic link")
244 rmtree(fullname, ignore_errors, onerror)
296 rmtree(src)
  /external/libyuv/files/
setup_links.py 166 class Rmtree(Action):
168 super(Rmtree, self).__init__(dangerous=True)
180 # shutil.rmtree() doesn't work on Windows if any of the directories are
184 shutil.rmtree(self._path)
401 actions.append(Rmtree(link_path))
  /external/python/cpython2/Lib/
shutil.py 26 "copytree", "move", "rmtree", "Error", "SpecialFileError",
210 def rmtree(path, ignore_errors=False, onerror=None): function
230 raise OSError("Cannot call rmtree on a symbolic link")
247 rmtree(fullname, ignore_errors, onerror)
300 rmtree(src)
  /external/webrtc/
setup_links.py 187 class Rmtree(Action):
189 super(Rmtree, self).__init__(dangerous=True)
201 # shutil.rmtree() doesn't work on Windows if any of the directories are
205 shutil.rmtree(self._path)
422 actions.append(Rmtree(link_path))
  /prebuilts/gdb/darwin-x86/lib/python2.7/
shutil.py 26 "copytree", "move", "rmtree", "Error", "SpecialFileError",
210 def rmtree(path, ignore_errors=False, onerror=None): function
230 raise OSError("Cannot call rmtree on a symbolic link")
247 rmtree(fullname, ignore_errors, onerror)
299 rmtree(src)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_import.py 14 from test.test_support import (unlink, TESTFN, unload, run_unittest, rmtree,
436 rmtree(self.dir_name)
500 rmtree(self.path)
599 shutil.rmtree(self.tagged)
640 shutil.rmtree(self.tagged)
  /prebuilts/gdb/linux-x86/lib/python2.7/
shutil.py 26 "copytree", "move", "rmtree", "Error", "SpecialFileError",
210 def rmtree(path, ignore_errors=False, onerror=None): function
230 raise OSError("Cannot call rmtree on a symbolic link")
247 rmtree(fullname, ignore_errors, onerror)
299 rmtree(src)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_import.py 14 from test.test_support import (unlink, TESTFN, unload, run_unittest, rmtree,
436 rmtree(self.dir_name)
500 rmtree(self.path)
599 shutil.rmtree(self.tagged)
640 shutil.rmtree(self.tagged)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shutil.py 26 "copytree", "move", "rmtree", "Error", "SpecialFileError",
210 def rmtree(path, ignore_errors=False, onerror=None): function
230 raise OSError("Cannot call rmtree on a symbolic link")
247 rmtree(fullname, ignore_errors, onerror)
299 rmtree(src)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_import.py 14 from test.test_support import (unlink, TESTFN, unload, run_unittest, rmtree,
436 rmtree(self.dir_name)
500 rmtree(self.path)
599 shutil.rmtree(self.tagged)
640 shutil.rmtree(self.tagged)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shutil.py 26 "copytree", "move", "rmtree", "Error", "SpecialFileError",
210 def rmtree(path, ignore_errors=False, onerror=None): function
230 raise OSError("Cannot call rmtree on a symbolic link")
247 rmtree(fullname, ignore_errors, onerror)
299 rmtree(src)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_import.py 14 from test.test_support import (unlink, TESTFN, unload, run_unittest, rmtree,
436 rmtree(self.dir_name)
500 rmtree(self.path)
599 shutil.rmtree(self.tagged)
640 shutil.rmtree(self.tagged)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_import.py 9 from test.test_support import (unlink, TESTFN, unload, run_unittest, rmtree,
304 rmtree(self.dir_name)
367 rmtree(self.path)
test_repr.py 221 shutil.rmtree(self.pkgname, ignore_errors=True)
224 shutil.rmtree(self.subpkgname, ignore_errors=True)
test_trace.py 3 from test.test_support import (run_unittest, TESTFN, rmtree, unlink,
282 rmtree(TESTFN)
  /external/autotest/client/bin/result_tools/
utils_unittest.py 218 shutil.rmtree(self.test_dir, ignore_errors=True)
285 shutil.rmtree(self.test_dir, ignore_errors=True)
468 shutil.rmtree(self.test_dir, ignore_errors=True)
  /external/autotest/client/site_tests/platform_ImageLoader/
platform_ImageLoader.py 328 shutil.rmtree(self.CORRUPT_COMPONENT_PATH, ignore_errors=True)
330 shutil.rmtree(os.path.join(self.STORAGE, name), ignore_errors=True)
333 shutil.rmtree(path, ignore_errors=True)
  /development/build/tools/
mk_sources_zip.py 228 shutil.rmtree(p.zipfile)
246 shutil.rmtree(p.zipfile)
  /external/autotest/client/common_lib/
base_job_unittest.py 209 shutil.rmtree(self.resultdir, ignore_errors=True)
236 shutil.rmtree(otherresults, ignore_errors=True)
269 shutil.rmtree(self.testdir, ignore_errors=True)
532 shutil.rmtree(self.testdir, ignore_errors=True)
595 shutil.rmtree(self.testdir, ignore_errors=True)
761 shutil.rmtree(self.testdir, ignore_errors=True)
    [all...]

Completed in 854 milliseconds

<<11121314151617181920>>