Searched defs:Eot (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/
H A DTableEotReport.py21 import Eot.EotToolError as EotToolError namespace
22 import Eot.EotGlobalData as EotGlobalData namespace
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DEot.py34 ## Class Eot
36 # This class is used to define Eot main entrance
40 class Eot(object): class in inherits:object
92 EdkLogger.error("Eot", EdkLogger.EOT_ERROR, "Can not find file %s " % FvFile)
95 EdkLogger.error("Eot", EdkLogger.EOT_ERROR, "The fv file list of target platform was not specified")
101 EdkLogger.error("Eot", EdkLogger.EOT_ERROR, "Can not find file %s " % MapFile)
113 # Init Eot database
600 Parser = OptionParser(description = self.Copyright, version = self.Version, prog = "Eot.exe", usage = "%prog [options]")
620 Parser.add_option("-k", "--keepdatabase", action="store_true", type=None, help="The existing Eot database will not be cleaned except report information if this option is specified.")
644 Eot variable in class:Eot
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A DBuildReport.py1018 from Eot.Eot import Eot namespace
1024 Eot(CommandLineOption=False, SourceFileList=SourceList, GuidList=GuidList,

Completed in 47 milliseconds