Home | History | Annotate | Download | only in scripts

Lines Matching full:rmtree

175 def RmTree(dir):
184 shutil.rmtree(dir, onerror=ChmodAndRetry)
193 RmTree(os.path.join(dirpath, 'CMakeFiles'))
256 RmTree(dir)
264 shutil.rmtree(OLD_SHIM_DIR, ignore_errors=True)
265 shutil.rmtree(CHROME_TOOLS_SHIM_DIR, ignore_errors=True)
425 RmTree(LLVM_BUILD_DIR)
466 RmTree(LLD_DIR)
474 RmTree(LIBCXXABI_DIR)
559 RmTree(LLVM_LTO_GOLD_PLUGIN_DIR)
612 RmTree(LIBCXX_DIR)
684 RmTree(COMPILER_RT_BUILD_DIR)