HomeSort by relevance Sort by last modified time
    Searched defs:rmtree (Results 1 - 12 of 12) sorted by null

  /external/curl/tests/
testcurl.pl 192 sub rmtree($) { subroutine
239 rmtree "$pwd/$build";
400 rmtree "build-*";
401 rmtree "buildlog-*";
  /external/skia/infra/bots/recipe_modules/run/
api.py 50 def rmtree(self, path): member in class:SkiaStepApi
51 """Wrapper around api.file.rmtree."""
52 self.m.file.rmtree('rmtree %s' % self.m.path.basename(path), path)
  /external/skqp/infra/bots/recipe_modules/run/
api.py 50 def rmtree(self, path): member in class:SkiaStepApi
51 """Wrapper around api.file.rmtree."""
52 self.m.file.rmtree('rmtree %s' % self.m.path.basename(path), path)
  /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/clang/
build.py 109 def rmtree(path): function
110 """Proxy for shutil.rmtree with logging and dry-run support."""
112 logger().info('rmtree %s', path)
114 shutil.rmtree(path)
200 rmtree(install_host_dir)
704 rmtree(install_host_dir)
735 rmtree(debug_install_host_dir)
  /external/python/cpython2/Lib/
shutil.py 40 "copytree", "move", "rmtree", "Error", "SpecialFileError",
224 def rmtree(path, ignore_errors=False, onerror=None): function
244 raise OSError("Cannot call rmtree on a symbolic link")
261 rmtree(fullname, ignore_errors, onerror)
314 rmtree(src)
  /external/python/cpython3/Lib/
shutil.py 46 "copytree", "move", "rmtree", "Error", "SpecialFileError",
388 raise OSError("Cannot call rmtree on a symbolic link")
439 raise OSError("Cannot call rmtree on a symbolic "
456 def rmtree(path, ignore_errors=False, onerror=None): function
474 # While the unsafe rmtree works fine on bytes, the fd based does not.
499 raise OSError("Cannot call rmtree on a symbolic link")
508 raise OSError("Cannot call rmtree on a symbolic link")
517 rmtree.avoids_symlink_attacks = _use_fd_functions
575 rmtree(src)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_support.py 28 "get_original_stdout", "unload", "unlink", "rmtree", "forget",
188 def rmtree(path): function
190 shutil.rmtree(path)
431 rmtree(name)
    [all...]
  /external/python/setuptools/setuptools/command/
easy_install.py 230 remover = rmtree if is_tree else os.unlink
637 os.path.exists(tmpdir) and rmtree(rmtree_safe(tmpdir))
2273 def rmtree(path, ignore_errors=False, onerror=auto_chmod): function
    [all...]
  /external/python/cpython2/Lib/test/support/
__init__.py 34 "get_original_stdout", "unload", "unlink", "rmtree", "forget",
267 shutil.rmtree(path)
302 def rmtree(path): function
764 rmtree(path)
    [all...]
  /external/python/cpython3/Lib/test/support/
__init__.py 83 "TESTFN", "SAVEDCWD", "unlink", "rmtree", "temp_cwd", "findfile",
364 print("support.rmtree(): os.lstat(%r) failed with %s" % (fullname, exc),
394 shutil.rmtree(path)
429 def rmtree(path): function
    [all...]

Completed in 5751 milliseconds