Searched refs:DxsFile (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DGenDepex.py411 DxsFile = ''
413 DxsFile = Input[0]
414 DxsString = open(DxsFile, 'r').read().replace("\n", " ").replace("\r", " ")
427 if not FileChangeFlag and DxsFile:
432 if os.stat(DxsFile)[8] > os.stat(Option.OutputFile)[8]:
H A DAutoGen.py2067 ## Return the module DxsFile if exist
2069 return self.Module.DxsFile
2190 if self.DxsFile or self.IsLibrary or TAB_DEPENDENCY_EXPRESSION_FILE in self.FileTypes:
2226 if self.DxsFile or self.IsLibrary or TAB_DEPENDENCY_EXPRESSION_FILE in self.FileTypes:
2909 DxsFile = property(_GetDxsFile) variable in class:ModuleAutoGen
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DFfsInfStatement.py77 and not self.InfModule.DxsFile and not self.InfModule.LibraryClass:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DWorkspaceDatabase.py1622 ## Retrieve DxsFile
2226 DxsFile = property(_GetDxsFile) variable in class:InfBuildData

Completed in 104 milliseconds