HomeSort by relevance Sort by last modified time
    Searched refs:rmtree (Results 1 - 25 of 36) sorted by null

1 2

  /external/webkit/Tools/BuildSlaveSupport/
built-product-archive 71 shutil.rmtree(thinDirectory)
83 shutil.rmtree(thinDirectory)
89 shutil.rmtree(thinDirectory)
115 shutil.rmtree(configurationBuildDirectory)
124 shutil.rmtree(binDirectory)
139 shutil.rmtree(configurationBuildDirectory)
test-result-archive 85 shutil.rmtree(layoutTestResultsDir)
  /external/webkit/Tools/wx/packaging/
build-debian-installer.py 19 shutil.rmtree(deb_dir)
36 shutil.rmtree(os.path.join(src_root, 'debian'))
build-mac-installer.py 61 shutil.rmtree(tempdir)
110 shutil.rmtree(tempdir)
146 shutil.rmtree(pkgname + ".pkg")
162 shutil.rmtree(tempdir)
  /external/webkit/Tools/Scripts/
run-iexploder-tests 79 rmtree $iExploderTestDirectory;
update-webkit 97 rmtree(["WebKit/chromium/Debug", "WebKit/chromium/Release"]);
  /packages/apps/Launcher2/
fill_screens.py 31 shutil.rmtree(DIR, True)
print_db.py 29 shutil.rmtree(DIR, True)
  /external/ipsec-tools/src/racoon/
remoteconf.c 84 static remoteconf_tailq_head_t rmtree, rmtree_save; variable
316 RACOON_TAILQ_FOREACH_REVERSE(p, &rmtree, _rmtree, chain) {
483 RACOON_TAILQ_FOREACH_REVERSE(p, &rmtree, _rmtree, chain) {
847 TAILQ_INSERT_HEAD(&rmtree, new, chain);
854 TAILQ_REMOVE(&rmtree, rmconf, chain);
862 for (p = TAILQ_FIRST(&rmtree); p; p = next) {
872 TAILQ_INIT(&rmtree);
878 rmtree_save=rmtree;
887 rmtree_tmp=rmtree;
888 rmtree=rmtree_save
    [all...]
  /docs/source.android.com/scripts/
build.py 42 shutil.rmtree(HTML_DIR)
  /frameworks/compile/slang/tests/
test.py 143 shutil.rmtree('tmp/')
  /development/build/tools/
mk_sources_zip.py 228 shutil.rmtree(p.zipfile)
246 shutil.rmtree(p.zipfile)
  /external/icu4c/stubdata/
icu_dat_generator.py 278 shutil.rmtree(TMP_DAT_PATH)
292 shutil.rmtree(TMP_DAT_PATH)
  /external/webkit/Tools/Scripts/webkitpy/common/system/
filesystem.py 250 def rmtree(self, path): member in class:FileSystem
252 shutil.rmtree(path, ignore_errors=True)
autoinstall.py 413 shutil.rmtree(target_path)
485 shutil.rmtree(scratch_dir)
filesystem_mock.py 217 self._filesystem.rmtree(self._directory_path)
269 def rmtree(self, path): member in class:MockFileSystem
  /external/protobuf/gtest/test/
gtest_test_utils.py 126 shutil.rmtree(_temp_dir, ignore_errors=True)
  /external/webkit/Tools/CodeCoverage/
cov.py 46 shutil.rmtree(annotated_dir)
  /external/webkit/Tools/Scripts/webkitpy/style/
filereader_unittest.py 71 shutil.rmtree(self._temp_dir)
  /build/tools/releasetools/
img_from_target_files 197 shutil.rmtree(OPTIONS.input_tmp)
  /external/chromium/build/mac/
strip_save_dsym 293 shutil.rmtree(dsym)
  /external/chromium/testing/gtest/test/
gtest_test_utils.py 127 shutil.rmtree(_temp_dir, ignore_errors=True)
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
api_unittest.py 111 shutil.rmtree(self.temp_dir, ignore_errors=True)
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
queueengine_unittest.py 205 shutil.rmtree(self.temp_dir)
  /external/oprofile/
oprofile_android 340 shutil.rmtree(self.session_dir)

Completed in 582 milliseconds

1 2