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

1 2 3 4 56 7 8 9

  /external/chromium_org/chrome/tools/build/win/
create_installer_archive.py 164 shutil.rmtree(file_path)
169 shutil.rmtree(temp_file_path)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem_mock.py 260 self._filesystem.rmtree(self._directory_path)
379 def rmtree(self, path): member in class:MockFileSystem
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_associate.py 88 test_support.rmtree(self.homeDir)
138 test_support.rmtree(self.homeDir)
test_compare.py 90 test_support.rmtree(self.homeDir)
276 test_support.rmtree(self.homeDir)
test_db.py 102 test_support.rmtree(self.homeDir)
test_recno.py 32 test_support.rmtree(self.homeDir)
test_sequence.py 29 test_support.rmtree(self.homeDir)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
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)
test_pydoc.py 15 TESTFN, rmtree, reap_children, captured_stdout)
310 self.addCleanup(rmtree, TESTFN)
test_sysconfig.py 84 shutil.rmtree(path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_associate.py 88 test_support.rmtree(self.homeDir)
138 test_support.rmtree(self.homeDir)
test_compare.py 90 test_support.rmtree(self.homeDir)
276 test_support.rmtree(self.homeDir)
test_db.py 102 test_support.rmtree(self.homeDir)
test_recno.py 32 test_support.rmtree(self.homeDir)
test_sequence.py 29 test_support.rmtree(self.homeDir)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
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/native_client_sdk/src/tools/tests/
create_nmf_test.py 143 shutil.rmtree(self.tempdir)
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_support_extension/
pnacl_component_crx_gen.py 230 shutil.rmtree(out_dir)
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
browserlauncher.py 52 shutil.rmtree(path)
  /external/chromium_org/remoting/webapp/
build-webapp.py 90 shutil.rmtree(destination)
  /external/chromium_org/tools/gyp/pylib/gyp/
win_tool.py 94 shutil.rmtree(dest)
  /external/skia/tools/
svndiff.py 248 shutil.rmtree(dir, ignore_errors=True)
  /packages/apps/Launcher3/
print_db.py 34 shutil.rmtree(DIR, True)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 140 Finalize(None, shutil.rmtree, args=[tempdir], exitpriority=-100)

Completed in 1430 milliseconds

1 2 3 4 56 7 8 9