Searched refs:gWorkspace (Results 1 - 11 of 11) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/ |
H A D | EccGlobalData.py | 19 gWorkspace = '' variable
|
H A D | Ecc.py | 89 GlobalData.gWorkspace = WorkspaceDir 113 GlobalData.gAllFiles = DirCache(GlobalData.gWorkspace) 186 #Dec(Filename, True, True, EccGlobalData.gWorkspace, EccGlobalData.gDb) 194 #Dsc(Filename, True, True, EccGlobalData.gWorkspace, EccGlobalData.gDb) 205 #Inf(Filename, True, True, EccGlobalData.gWorkspace, EccGlobalData.gDb) 213 Fdf(Filename, True, EccGlobalData.gWorkspace, EccGlobalData.gDb) 292 EccGlobalData.gWorkspace = os.path.normpath(os.getenv("WORKSPACE")) 293 if not os.path.exists(EccGlobalData.gWorkspace): 294 EdkLogger.error("ECC", BuildToolError.FILE_NOT_FOUND, ExtraData="WORKSPACE = %s" % EccGlobalData.gWorkspace) 295 os.environ["WORKSPACE"] = EccGlobalData.gWorkspace [all...] |
H A D | Check.py | 365 Path = Item[1].replace(EccGlobalData.gWorkspace, '') 633 LibraryIns = os.path.normpath(os.path.join(EccGlobalData.gWorkspace, LibraryClass[2])) 692 FilePath = os.path.normpath(os.path.join(EccGlobalData.gWorkspace, FilePath)) 876 Path = Record[0].replace(EccGlobalData.gWorkspace, '')
|
H A D | c.py | 608 IncludePathList = MetaDataParser.GetIncludeListOfFile(EccGlobalData.gWorkspace, FullFileName, GetDB())
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/ |
H A D | GlobalData.py | 18 gWorkspace = "." variable
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/ |
H A D | WorkspaceDatabase.py | 191 self._FlashDefinition = PathClass(NormPath(Record[2], self._Macros), GlobalData.gWorkspace) 456 ModuleFile = PathClass(NormPath(Record[0], Macros), GlobalData.gWorkspace, Arch=self._Arch) 476 Module.SourceOverridePath = os.path.join(GlobalData.gWorkspace, NormPath(RecordList[0][0], Macros)) 489 LibraryPath = PathClass(NormPath(Record[1], Macros), GlobalData.gWorkspace, Arch=self._Arch) 570 LibraryInstance = PathClass(NormPath(LibraryInstance, Macros), GlobalData.gWorkspace, Arch=self._Arch) 598 File = PathClass(NormPath(Record[0], Macros), GlobalData.gWorkspace, Arch=self._Arch) 1930 File = os.path.join(GlobalData.gWorkspace, File) 1941 File = os.path.join(GlobalData.gWorkspace, File) 1950 File = os.path.join(GlobalData.gWorkspace, File) 1964 File = PathClass(NormPath(Record[0], Macros), GlobalData.gWorkspace, Arc [all...] |
H A D | MetaFileParser.py | 1382 IncludedFile1 = PathClass(IncludedFile, GlobalData.gWorkspace)
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/ |
H A D | GenFds.py | 190 GlobalData.gWorkspace = Workspace
|
H A D | FdfParser.py | 605 IncludedFile1 = PathClass(IncludedFile, GlobalData.gWorkspace) 608 raise Warning("The include file does not exist under below directories: \n%s\n%s\n%s\n"%(os.path.dirname(self.FileName), PlatformDir, GlobalData.gWorkspace),
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/ |
H A D | MetaFileParser.py | 1324 IncludedFile1 = PathClass(IncludedFile, GlobalData.gWorkspace)
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/ |
H A D | build.py | 173 GlobalData.gWorkspace = WorkspaceDir
|
Completed in 2799 milliseconds