HomeSort by relevance Sort by last modified time
    Searched refs:rmtree (Results 51 - 75 of 212) sorted by null

1 23 4 5 6 7 8 9

  /development/build/tools/
mk_sources_zip.py 228 shutil.rmtree(p.zipfile)
246 shutil.rmtree(p.zipfile)
  /external/chromium_org/build/android/pylib/gtest/
setup.py 101 shutil.rmtree(constants.ISOLATE_DEPS_DIR)
148 shutil.rmtree(p)
  /external/chromium_org/chrome/test/nacl_test_injection/
buildbot_chrome_nacl_stage.py 40 shutil.rmtree(path, ignore_errors=True)
188 shutil.rmtree(os.path.join(nacl_dir, 'scons-out'), True)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem.py 259 def rmtree(self, path): member in class:FileSystem
261 shutil.rmtree(path, ignore_errors=True)
filesystem_unittest.py 58 self.fs.rmtree(self.generic_test_dir)
114 self.fs.rmtree('foo')
117 self.fs.rmtree('foodir')
  /external/chromium_org/tools/coverity/
coverity.py 155 print 'shutil.rmtree(%s)' % repr(rm_path)
157 shutil.rmtree(rm_path,True)
163 print 'shutil.rmtree(%s)' % repr(options.coverity_intermediate_dir)
166 shutil.rmtree(options.coverity_intermediate_dir,True)
  /external/chromium_org/chrome/test/functional/
stress.py 93 shutil.rmtree(download_location)
541 shutil.rmtree(self.breakpad_dir)
550 shutil.rmtree(crashes_dir)
551 shutil.rmtree(first_crash)
748 os.path.exists(new_dl_dir) and shutil.rmtree(new_dl_dir)
  /external/chromium_org/build/android/
adb_logcat_monitor.py 102 shutil.rmtree(base_dir, ignore_errors=True)
  /external/chromium_org/build/android/gyp/util/
build_utils.py 25 shutil.rmtree(dir_path)
  /external/chromium_org/build/win/importlibs/
create_importlib_win.py 210 shutil.rmtree(temp_dir)
  /external/chromium_org/chrome/test/pyautolib/chromeos/
suid_actions.py 68 shutil.rmtree(path)
  /external/chromium_org/chrome/test/pyautolib/
pyauto_utils_test.py 25 shutil.rmtree(self._workdir, ignore_errors=True)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
dump_reader_multipart.py 133 self._host.filesystem.rmtree(self._symbols_dir())
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
filereader_unittest.py 62 self.filesystem.rmtree(self._temp_dir)
  /external/chromium_org/tools/telemetry/telemetry/page/
page_set_archive_info_unittest.py 54 shutil.rmtree(self.tmp_dir)
  /external/chromium_org/v8/test/benchmarks/
testcfg.py 146 shutil.rmtree(target_dir)
  /external/chromium_org/v8/test/mozilla/
testcfg.py 154 shutil.rmtree("mozilla")
  /external/protobuf/gtest/test/
gtest_test_utils.py 126 shutil.rmtree(_temp_dir, ignore_errors=True)
  /frameworks/compile/slang/tests/
test.py 163 shutil.rmtree('tmp/')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_sysconfig.py 28 shutil.rmtree(path)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compileall.py 25 shutil.rmtree(self.directory)
test_pkgutil.py 18 self.addCleanup(shutil.rmtree, self.dirname)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_sysconfig.py 28 shutil.rmtree(path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compileall.py 25 shutil.rmtree(self.directory)
test_pkgutil.py 18 self.addCleanup(shutil.rmtree, self.dirname)

Completed in 806 milliseconds

1 23 4 5 6 7 8 9