Searched defs:shutil (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Installer/common/
H A Dvboxapisetup.py17 import shutil namespace
22 shutil.rmtree(comCache1, True)
23 shutil.rmtree(comCache2, True)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DDataSection.py25 import shutil namespace
76 shutil.copyfile(MapFile, CopyMapFile)
95 shutil.copyfile(self.SectFileName, FileBeforeStrip)
H A DDepexSection.py25 import shutil namespace
H A DEfiSection.py25 import shutil namespace
241 shutil.copyfile(MapFile, CopyMapFile)
247 shutil.copyfile(File, FileBeforeStrip)
H A DFv.py19 import shutil namespace
129 shutil.copy(GenFdsGlobalVariable.FvAddressFileName, FvInfoFileName)
H A DOptionRom.py19 import shutil namespace
H A DFfsInfStatement.py20 import shutil namespace
543 shutil.copyfile(File, FileBeforeStrip)
582 shutil.copyfile(GenSecInputFile, FileBeforeStrip)
/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxupgrade.py33 import shutil namespace
89 shutil.rmtree(sUpgradeDir);
194 shutil.copy(sDst, sDstRm);
211 shutil.copy(sSrc, sDst);
226 shutil.move(sDstRm, sDst);
239 shutil.rmtree(sUpgradeDir, ignore_errors = True);
H A Dtestboxscript_real.py40 import shutil namespace
663 """ Logs error during shutil.rmtree operation. """
675 shutil.rmtree(sFullName, False, oRc.onErrorCallback);
/vbox/src/VBox/ValidationKit/common/
H A Dwebutils.py33 import shutil; namespace
177 shutil.copyfile(sSrcPath, sDstFile);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Tests/
H A DTestTools.py22 import shutil namespace
76 shutil.rmtree(dir, False, self.HandleTreeDeleteError)
/vbox/src/VBox/ValidationKit/tests/unittests/
H A DtdUnitTest1.py38 import shutil namespace
503 shutil.copyfile(sSrc, sDst);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/gcc/
H A Dmingw-gcc-build.py22 import shutil namespace
/vbox/src/VBox/Main/glue/
H A Dvboxapi.py528 import shutil namespace
529 shutil.rmtree(sTypelibPath, ignore_errors=True)

Completed in 1414 milliseconds