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

1 2 3 4 5

  /pkg/gate/src/tests/api/
t_pkgtarfile.py 32 import shutil
62 shutil.rmtree(cpath)
65 shutil.rmtree(self.tpath)
t_indexer.py 34 import shutil
79 shutil.rmtree(tmpdir)
125 shutil.rmtree(tmpdir)
t_imageconfig.py 28 import shutil
73 shutil.rmtree(self.sample_dir)
112 shutil.rmtree(newdir)
119 shutil.rmtree(self.sample_dir)
t_misc.py 31 import shutil
63 shutil.rmtree(tmpdir)
t_plat.py 28 import shutil
100 shutil.copyfile(exefilesrc, exefile)
124 shutil.rmtree(tdir1)
143 shutil.copyfile(exefilesrc, exefile)
162 shutil.rmtree(tdir1)
  /pkg/2008.11/src/tests/api/
t_pkgtarfile.py 32 import shutil
62 shutil.rmtree(cpath)
65 shutil.rmtree(self.tpath)
t_plat.py 28 import shutil
98 shutil.copyfile(exefilesrc, exefile)
128 shutil.rmtree(img1.get_root())
129 shutil.rmtree(img2.get_root())
146 shutil.copyfile(exefilesrc, exefile)
174 shutil.rmtree(img1.get_root())
175 shutil.rmtree(img2.get_root())
t_misc.py 31 import shutil
67 shutil.rmtree(tmpdir)
  /pkg/2009.06/src/tests/api/
t_pkgtarfile.py 32 import shutil
62 shutil.rmtree(cpath)
65 shutil.rmtree(self.tpath)
t_imageconfig.py 28 import shutil
73 shutil.rmtree(self.sample_dir)
110 shutil.rmtree(newdir)
117 shutil.rmtree(self.sample_dir)
t_plat.py 28 import shutil
98 shutil.copyfile(exefilesrc, exefile)
128 shutil.rmtree(img1.get_root())
129 shutil.rmtree(img2.get_root())
146 shutil.copyfile(exefilesrc, exefile)
174 shutil.rmtree(img1.get_root())
175 shutil.rmtree(img2.get_root())
t_misc.py 31 import shutil
67 shutil.rmtree(tmpdir)
  /pkg/2008.11/src/tests/cli/
t_pkg_history.py 32 import shutil
65 shutil.rmtree(d2dir)
66 shutil.copytree(d1dir, d2dir)
217 shutil.rmtree(hist_path)
t_pkgrecv.py 34 import shutil
106 shutil.rmtree(self.tempdir)
t_api_info.py 33 import shutil
t_pkg_property.py 33 import shutil
  /pkg/2009.06/src/tests/cli/
t_pkgrecv.py 34 import shutil
106 shutil.rmtree(self.tempdir)
t_pkg_history.py 34 import shutil
66 shutil.rmtree(d2dir)
67 shutil.copytree(d1dir, d2dir)
220 shutil.rmtree(hist_path)
t_pkg_property.py 35 import shutil
t_pkg_depotd.py 34 import shutil
290 shutil.rmtree(dpath)
298 shutil.rmtree(dpath)
315 shutil.rmtree(dpath)
346 shutil.rmtree(self.__dc.get_repodir())
431 shutil.rmtree(writable_root)
438 shutil.rmtree(writable_root)
534 shutil.rmtree(self.__dc.get_repodir())
536 shutil.rmtree(self.tpath)
559 shutil.rmtree(self.__dc.get_repodir()
    [all...]
  /pkg/2008.11/src/modules/portable/
os_windows.py 36 import shutil
164 shutil.rmtree(trashdir, True)
228 shutil.copyfile(src, dst)
  /pkg/2009.06/src/modules/portable/
os_windows.py 36 import shutil
164 shutil.rmtree(trashdir, True)
228 shutil.copyfile(src, dst)
  /pkg/gate/src/modules/portable/
os_windows.py 36 import shutil
163 shutil.rmtree(trashdir, True)
237 shutil.copyfile(src, dst)
  /pkg/gate/src/tests/cli/
t_pkg_property.py 35 import shutil
t_pkg_refresh.py 33 import shutil
441 shutil.copytree(dc.get_repodir(), trpath)
457 shutil.rmtree(dc.get_repodir())
458 shutil.move(trpath, dc.get_repodir())
481 shutil.copytree(dc.get_repodir(), trpath)
498 shutil.rmtree(dc.get_repodir())
499 shutil.move(trpath, dc.get_repodir())

Completed in 4330 milliseconds

1 2 3 4 5