| /external/skqp/infra/bots/recipe_modules/flavor/ |
| default_flavor.py | 137 """Like shutil.rmtree() + os.makedirs(), but on a connected device.""" 142 self.m.run.rmtree(path)
|
| /external/skqp/infra/bots/recipes/perf.expected/ |
| Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All.json | 93 "rmtree", 97 "name": "rmtree data"
|
| Perf-Mac-Clang-MacMini7.1-CPU-AVX-x86_64-Release-All.json | 93 "rmtree", 97 "name": "rmtree data"
|
| Perf-Mac-Clang-MacMini7.1-GPU-IntelIris5100-x86_64-Release-All-CommandBuffer.json | 93 "rmtree", 97 "name": "rmtree data"
|
| Perf-Mac-Clang-MacMini7.1-GPU-IntelIris5100-x86_64-Release-All.json | 93 "rmtree", 97 "name": "rmtree data"
|
| Perf-Ubuntu16-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All.json | 93 "rmtree", 97 "name": "rmtree data"
|
| Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Release-All-ANGLE.json | 93 "rmtree", 97 "name": "rmtree data"
|
| Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Release-All-ANGLE.json | 93 "rmtree", 97 "name": "rmtree data"
|
| Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Release-All-Vulkan.json | 93 "rmtree", 97 "name": "rmtree data"
|
| Perf-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Release-All-ANGLE.json | 93 "rmtree", 97 "name": "rmtree data"
|
| Perf-Win2016-MSVC-GCE-CPU-AVX2-x86_64-Release-All.json | 93 "rmtree", 97 "name": "rmtree data"
|
| trybot.json | 93 "rmtree", 97 "name": "rmtree data"
|
| /external/toolchain-utils/automation/common/ |
| command.py | 167 # RmTree("${HOME}")). AFAIK we'll have to execute some commands with root access 219 def RmTree(*dirs):
|
| /external/toolchain-utils/automation/server/ |
| job_executer.py | 54 self._RunRemotely(cmd.RmTree(self.job.work_dir), 'Cleanup workdir failed.') 58 self._RunLocally(cmd.RmTree(self.job.home_dir), 'Cleanup homedir failed.')
|
| /external/v8/tools/release/ |
| test_mergeinfo.py | 35 shutil.rmtree(self.base_dir) 46 shutil.rmtree(self.base_dir)
|
| /prebuilts/ndk/ |
| update.py | 68 shutil.rmtree(install_dir) 108 shutil.rmtree(os.path.join(install_dir, 'sources/cxx-stl', stl))
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
| test_main.py | 32 self.temp_dir = None # tearDown() will rmtree this directory if set. 38 shutil.rmtree(self.temp_dir)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
| test_main.py | 32 self.temp_dir = None # tearDown() will rmtree this directory if set. 38 shutil.rmtree(self.temp_dir)
|
| /system/core/adb/ |
| test_device.py | 753 shutil.rmtree(host_dir) 779 shutil.rmtree(host_dir) 809 shutil.rmtree(host_dir) 851 shutil.rmtree(host_dir) [all...] |
| /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/tensorflow/tensorflow/python/keras/_impl/keras/ |
| callbacks_test.py | 64 self.addCleanup(shutil.rmtree, temp_dir) 378 self.addCleanup(shutil.rmtree, temp_dir) 456 self.addCleanup(shutil.rmtree, tmpdir) 542 self.addCleanup(shutil.rmtree, temp_dir) 638 self.addCleanup(shutil.rmtree, tmpdir) 725 self.addCleanup(shutil.rmtree, tmpdir) 843 self.addCleanup(shutil.rmtree, temp_dir)
|
| /external/python/cpython3/Doc/library/ |
| shutil.rst | 245 .. function:: rmtree(path, ignore_errors=False, onerror=None) 258 attack resistant version of :func:`rmtree` is used by default. On other 259 platforms, the :func:`rmtree` implementation is susceptible to a symlink 262 otherwise. Applications can use the :data:`rmtree.avoids_symlink_attacks` 278 .. attribute:: rmtree.avoids_symlink_attacks 281 symlink attack resistant version of :func:`rmtree`. Currently this is 434 .. _shutil-rmtree-example: 436 rmtree example 452 shutil.rmtree(directory, onerror=remove_readonly)
|
| /development/vndk/snapshot/ |
| update.py | 63 shutil.rmtree(file) 129 shutil.rmtree(notices_dir_per_variant) 265 shutil.rmtree(temp_artifact_dir)
|
| /external/autotest/client/cros/ |
| pkcs11.py | 188 shutil.rmtree(TMP_CHAPS_DIR) 214 shutil.rmtree(TMP_CHAPS_DIR, ignore_errors=True) 215 shutil.rmtree('%s_bak' % TMP_CHAPS_DIR, ignore_errors=True)
|
| /external/autotest/server/cros/ap_configurators/ |
| pyauto_utils.py | 80 shutil.rmtree(self._path, ignore_errors=True) 86 shutil.rmtree(self._backup_dir, ignore_errors=True) 92 shutil.rmtree(path, ignore_errors=True)
|