Searched refs:FILE_WRITE_FAILURE (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DBuildToolError.py15 FILE_WRITE_FAILURE = 2 variable
91 FILE_WRITE_FAILURE : "File write failure",
H A DVpdInfoFile.py149 BuildToolError.FILE_WRITE_FAILURE,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Logger/
H A DToolError.py22 FILE_WRITE_FAILURE = 2 variable
108 FILE_WRITE_FAILURE : ST.ERR_FILE_WRITE_FAILURE,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Core/
H A DPackageFile.py33 from Logger.ToolError import FILE_WRITE_FAILURE namespace
128 Logger.Error("PackagingTool", FILE_WRITE_FAILURE,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/BPDG/
H A DGenVpd.py637 EdkLogger.error("BPDG", BuildToolError.FILE_WRITE_FAILURE, "Write data to file %s failed, please check whether the file been locked or using by other applications." %self.MapFileName,None)
644 EdkLogger.error("BPDG", BuildToolError.FILE_WRITE_FAILURE, "Write data to file %s failed, please check whether the file been locked or using by other applications." %self.MapFileName,None)
657 EdkLogger.error("BPDG", BuildToolError.FILE_WRITE_FAILURE, "Write data to file %s failed, please check whether the file been locked or using by other applications." %self.VpdFileName,None)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A DBuildReport.py34 from Common.BuildToolError import FILE_WRITE_FAILURE namespace
1561 EdkLogger.error(None, FILE_WRITE_FAILURE, ExtraData=self.ReportFile)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DFfsInfStatement.py901 EdkLogger.error("GenFds", FILE_WRITE_FAILURE, "Write data to file %s failed, please check whether the file been locked or using by other applications." %UniVfrOffsetFileName,None)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DAutoGen.py1015 EdkLogger.error("build", FILE_WRITE_FAILURE, "Fail to create FV folder under %s" % self.BuildDir)

Completed in 429 milliseconds