HomeSort by relevance Sort by last modified time
    Searched defs:rmtree (Results 1 - 16 of 16) 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 71 def rmtree(self, path): member in class:SkiaStepApi
72 """Wrapper around api.file.rmtree."""
73 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 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)
  /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/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/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/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)
  /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/cpython2/Lib/test/
test_support.py 31 "get_original_stdout", "unload", "unlink", "rmtree", "forget",
253 shutil.rmtree(path)
287 def rmtree(path): function
765 rmtree(name)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_support.py 31 "get_original_stdout", "unload", "unlink", "rmtree", "forget",
239 _rmtree = shutil.rmtree
255 def rmtree(path): function
507 rmtree(name)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_support.py 31 "get_original_stdout", "unload", "unlink", "rmtree", "forget",
239 _rmtree = shutil.rmtree
255 def rmtree(path): function
507 rmtree(name)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py 31 "get_original_stdout", "unload", "unlink", "rmtree", "forget",
239 _rmtree = shutil.rmtree
255 def rmtree(path): function
507 rmtree(name)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 31 "get_original_stdout", "unload", "unlink", "rmtree", "forget",
239 _rmtree = shutil.rmtree
255 def rmtree(path): function
507 rmtree(name)
    [all...]

Completed in 776 milliseconds