Searched defs:TableFile (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DDatabase.py26 from Table.TableFile import TableFile namespace
53 self.TblFile = TableFile(self.Cur)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/
H A DTableFile.py23 ## TableFile
29 class TableFile(Table): class in inherits:Table
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DMetaFileTable.py21 from MetaDataTable import Table, TableFile namespace
35 self._FileIndexTable = TableFile(Cursor)
H A DMetaDataTable.py27 ## TableFile
157 ## TableFile
163 class TableFile(Table): class in inherits:Table
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DDatabase.py24 from Table.TableFile import TableFile namespace
90 self.TblFile = TableFile(self.Cur)
162 # 1. Create a record in TableFile
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DDatabase.py24 from Table.TableFile import TableFile namespace
91 self.TblFile = TableFile(self.Cur)
164 # 1. Create a record in TableFile

Completed in 203 milliseconds