HomeSort by relevance Sort by last modified time
    Searched full:rmtree (Results 101 - 125 of 218) sorted by null

1 2 3 45 6 7 8 9

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
script_helper.py 104 shutil.rmtree(dirname)
test_pkgutil.py 18 self.addCleanup(shutil.rmtree, self.dirname)
test_pydoc.py 15 TESTFN, rmtree, reap_children, captured_stdout)
310 self.addCleanup(rmtree, TESTFN)
test_zipfile.py 411 shutil.rmtree(os.path.join(os.getcwd(), 'ziptest2dir'))
427 shutil.rmtree(os.path.join(os.getcwd(), 'ziptest2dir'))
512 shutil.rmtree('target')
517 shutil.rmtree('target')
526 shutil.rmtree(fixedname.split('/')[0])
531 shutil.rmtree(fixedname.split('/')[0])
776 shutil.rmtree(TESTFN2)
    [all...]
  /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/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/icu4c/stubdata/
icu_dat_generator.py 389 shutil.rmtree(TMP_DAT_PATH)
402 shutil.rmtree(TMP_DAT_PATH)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_compare.py 90 test_support.rmtree(self.homeDir)
276 test_support.rmtree(self.homeDir)
test_early_close.py 30 test_support.rmtree(self.homeDir)
test_lock.py 31 test_support.rmtree(self.homeDir)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pydoc.py 15 TESTFN, rmtree, reap_children, captured_stdout)
310 self.addCleanup(rmtree, TESTFN)
test_zipfile.py 411 shutil.rmtree(os.path.join(os.getcwd(), 'ziptest2dir'))
427 shutil.rmtree(os.path.join(os.getcwd(), 'ziptest2dir'))
512 shutil.rmtree('target')
517 shutil.rmtree('target')
526 shutil.rmtree(fixedname.split('/')[0])
531 shutil.rmtree(fixedname.split('/')[0])
776 shutil.rmtree(TESTFN2)
    [all...]
test_glob.py 43 shutil.rmtree(self.tempdir)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_compare.py 90 test_support.rmtree(self.homeDir)
276 test_support.rmtree(self.homeDir)
test_early_close.py 30 test_support.rmtree(self.homeDir)
test_lock.py 31 test_support.rmtree(self.homeDir)
  /external/chromium_org/build/android/pylib/utils/
flakiness_dashboard_results_uploader.py 193 shutil.rmtree(tmp_folder)
  /external/chromium_org/build/win/importlibs/
create_importlib_win.py 210 shutil.rmtree(temp_dir)
  /external/chromium_org/components/breakpad/tools/
generate_breakpad_symbols.py 214 shutil.rmtree(options.symbols_dir)
  /external/chromium_org/native_client_sdk/src/tools/tests/
create_nmf_test.py 143 shutil.rmtree(self.tempdir)
  /external/chromium_org/v8/test/benchmarks/
testcfg.py 146 shutil.rmtree(target_dir)
  /frameworks/compile/slang/tests/
test.py 163 shutil.rmtree('tmp/')
  /packages/apps/Launcher2/
print_db.py 29 shutil.rmtree(DIR, True)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
support.py 76 shutil.rmtree(d, os.name in ('nt', 'cygwin'))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
support.py 76 shutil.rmtree(d, os.name in ('nt', 'cygwin'))

Completed in 906 milliseconds

1 2 3 45 6 7 8 9