Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
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]:
DAutoGen.py2351 return self.Module.DxsFile
2486 if self.Module.DxsFile:
2545 if self.DxsFile or self.IsLibrary or TAB_DEPENDENCY_EXPRESSION_FILE in self.FileTypes:
2581 if self.DxsFile or self.IsLibrary or TAB_DEPENDENCY_EXPRESSION_FILE in self.FileTypes:
3668 DxsFile = property(_GetDxsFile) variable in ModuleAutoGen
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DFfsInfStatement.py88 and not self.InfModule.DxsFile and not self.InfModule.LibraryClass:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DWorkspaceDatabase.py2677 DxsFile = property(_GetDxsFile) variable in InfBuildData