/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
EccGlobalData.py | 19 gWorkspace = ''
|
Ecc.py | 98 GlobalData.gWorkspace = WorkspaceDir
122 GlobalData.gAllFiles = DirCache(GlobalData.gWorkspace)
228 #Dec(Filename, True, True, EccGlobalData.gWorkspace, EccGlobalData.gDb)
236 #Dsc(Filename, True, True, EccGlobalData.gWorkspace, EccGlobalData.gDb)
247 #Inf(Filename, True, True, EccGlobalData.gWorkspace, EccGlobalData.gDb)
255 Fdf(Filename, True, EccGlobalData.gWorkspace, EccGlobalData.gDb)
341 EccGlobalData.gWorkspace = os.path.normpath(os.getenv("WORKSPACE"))
342 if not os.path.exists(EccGlobalData.gWorkspace):
343 EdkLogger.error("ECC", BuildToolError.FILE_NOT_FOUND, ExtraData="WORKSPACE = %s" % EccGlobalData.gWorkspace)
344 os.environ["WORKSPACE"] = EccGlobalData.gWorkspace
[all...] |
Check.py | 384 Path = mws.relpath(Item[1], EccGlobalData.gWorkspace)
[all...] |
c.py | 610 IncludePathList = MetaDataParser.GetIncludeListOfFile(EccGlobalData.gWorkspace, FullFileName, GetDB())
[all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
GlobalData.py | 18 gWorkspace = "."
|
ToolDefClassObject.py | 68 mws.setWs(GlobalData.gWorkspace, PackagesPath)
141 IncFileTmp = PathClass(IncFile, GlobalData.gWorkspace)
147 IncFileTmp = mws.join(GlobalData.gWorkspace, IncFile)
|
String.py | 309 if Path.startswith(GlobalData.gWorkspace) and not os.path.exists(Path):
310 Path = Path[len (GlobalData.gWorkspace):]
313 Path = mws.join(GlobalData.gWorkspace, Path)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
WorkspaceDatabase.py | 170 ModuleFile = PathClass(NormPath(Record[0]), GlobalData.gWorkspace, Arch=self._Arch)
173 SourceOverridePath = mws.join(GlobalData.gWorkspace, NormPath(RecordList[0][0]))
228 self._FlashDefinition = PathClass(NormPath(Record[2], self._Macros), GlobalData.gWorkspace)
240 self._Prebuild = PathClass(NormPath(PrebuildValue, self._Macros), GlobalData.gWorkspace)
248 self._Postbuild = PathClass(NormPath(PostbuildValue, self._Macros), GlobalData.gWorkspace)
560 ModuleFile = PathClass(NormPath(Record[0], Macros), GlobalData.gWorkspace, Arch=self._Arch)
581 LibraryPath = PathClass(NormPath(Record[1], Macros), GlobalData.gWorkspace, Arch=self._Arch)
640 ModuleFile = ProcessDuplicatedInf(ModuleFile, RecordList[0][2], GlobalData.gWorkspace)
672 LibraryInstance = PathClass(NormPath(LibraryInstance, Macros), GlobalData.gWorkspace, Arch=self._Arch)
[all...] |
MetaFileParser.py | [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
GenFds.py | 229 GlobalData.gWorkspace = Workspace
[all...] |
FdfParser.py | 664 IncludedFile1 = PathClass(IncludedFile, GlobalData.gWorkspace)
667 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),
[all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
AutoGen.py | 346 ModuleFile = PathClass(NormPath(Inf), GlobalData.gWorkspace, Arch)
363 ModuleFile = PathClass(NormPath(Inf), GlobalData.gWorkspace, Arch)
580 ModuleFile = PathClass(NormPath(Inf), GlobalData.gWorkspace, Arch)
[all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/ |
MetaFileParser.py | [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/ |
build.py | 189 GlobalData.gWorkspace = WorkspaceDir
[all...] |