Searched refs:PathClass (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DAprioriSection.py25 from Common.Misc import SaveFileOnChange,PathClass namespace
82 Inf = GenFdsGlobalVariable.WorkSpace.BuildObject[PathClass(InfFileName, GenFdsGlobalVariable.WorkSpaceDir), Arch, GenFdsGlobalVariable.TargetName, GenFdsGlobalVariable.ToolChainTag]
86 Inf = GenFdsGlobalVariable.WorkSpace.BuildObject[PathClass(InfFileName, GenFdsGlobalVariable.WorkSpaceDir), 'COMMON', GenFdsGlobalVariable.TargetName, GenFdsGlobalVariable.ToolChainTag]
H A DFfsInfStatement.py32 from Common.Misc import PathClass namespace
159 PathClassObj = PathClass(self.InfFileName, GenFdsGlobalVariable.WorkSpaceDir)
432 PathClassObj = PathClass(self.InfFileName, GenFdsGlobalVariable.WorkSpaceDir)
700 InfData = GenFdsGlobalVariable.WorkSpace.BuildObject[PathClass(ModuleFileName), self.CurrentArch]
H A DFdfParser.py48 from Common.Misc import PathClass namespace
588 IncludedFile1 = PathClass(IncludedFile, os.path.dirname(self.FileName))
599 IncludedFile1 = PathClass(IncludedFile, PlatformDir)
605 IncludedFile1 = PathClass(IncludedFile, GlobalData.gWorkspace)
2323 ErrorCode, ErrorInfo = PathClass(NormPath(ffsInf.InfFileName), GenFdsGlobalVariable.WorkSpaceDir).Validate()
2548 ErrorCode, ErrorInfo = PathClass(NormPath(FfsFileObj.FileName), GenFdsGlobalVariable.WorkSpaceDir).Validate()
2554 ErrorCode, ErrorInfo = PathClass(NormPath(FfsFileObj.FileName), GenFdsGlobalVariable.WorkSpaceDir).Validate()
2805 ErrorCode, ErrorInfo = PathClass(NormPath(DataSectionObj.SectFileName), GenFdsGlobalVariable.WorkSpaceDir).Validate()
3798 ErrorCode, ErrorInfo = PathClass(NormPath(VtfObj.ResetBin), GenFdsGlobalVariable.WorkSpaceDir).Validate()
3905 ErrorCode, ErrorInfo = PathClass(NormPat
[all...]
H A DGenFds.py37 from Common.Misc import DirCache,PathClass namespace
149 GenFdsGlobalVariable.ActivePlatform = PathClass(NormPath(ActivePlatform), Workspace)
H A DGenFdsGlobalVariable.py32 from Common.Misc import PathClass namespace
124 PathClassObj = PathClass(Inf.MetaFile.File,
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/Utility/
H A DPath.c280 PATH_CLASS PathClass; local
293 PathClass = ClassifyPath(WPath, &NewPath, &MapLen);
296 switch(PathClass) {
300 PathClass = PathAbsolute;
304 PathClass = ClassifyPath(NewPath, NULL, NULL);
316 break; // Exit the switch(PathClass) statement.
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DUniClassObject.py22 from Common.Misc import PathClass namespace
357 IncFile = PathClass(str(IncList[0]), Dir)
604 a = UniFileClassObject([PathClass("C:\\Edk\\Strings.uni"), PathClass("C:\\Edk\\Strings2.uni")])
H A DBuildEngine.py24 from Common.Misc import tdict, PathClass namespace
211 NewRuleObject.DestFileList.append(PathClass(NormPath(File, Macros)))
279 DstFile.append(PathClass(File, IsBinary=True))
H A DAutoGen.py383 PathClassObj = PathClass(FfsFile.InfFileName, self.WorkspaceDir)
2535 AutoFile = PathClass(gAutoGenCodeFileName, self.DebugDir)
2539 AutoFile = PathClass(gAutoGenHeaderFileName, self.DebugDir)
2543 AutoFile = PathClass(gAutoGenStringFileName % {"module_name":self.Name}, self.DebugDir)
2547 AutoFile = PathClass(gAutoGenStringFormFileName % {"module_name":self.Name}, self.OutputDir)
H A DGenMake.py809 FilePath = PathClass(FilePath)
H A DGenC.py1982 File = PathClass(os.path.join(Root, File), Info.MetaFile.Dir)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DWorkspaceDatabase.py191 self._FlashDefinition = PathClass(NormPath(Record[2], self._Macros), GlobalData.gWorkspace)
456 ModuleFile = PathClass(NormPath(Record[0], Macros), GlobalData.gWorkspace, Arch=self._Arch)
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)
1127 File = PathClass(NormPath(Record[0], Macros), self._PackageDir, Arch=self._Arch)
1151 File = PathClass(NormPath(File, Macros), self._PackageDir, Arch=self._Arch)
1530 File = PathClass(NormPath(self._DxsFile), self._ModuleDir, Arch=self._Arch)
1560 File = PathClass(NormPath(Value), self._ModuleDir, Arch=self._Arch)
1790 File = PathClass(NormPat
[all...]
H A DMetaFileParser.py28 from Common.Misc import GuidStructureStringToGuidString, CheckPcdDatum, PathClass, AnalyzePcdData namespace
1376 IncludedFile1 = PathClass(IncludedFile, self.MetaFile.Dir)
1382 IncludedFile1 = PathClass(IncludedFile, GlobalData.gWorkspace)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DEcc.py30 from Common.Misc import PathClass namespace
195 self.MetaFile = DscParser(PathClass(Filename, Root), MODEL_FILE_DSC, MetaFileStorage(EccGlobalData.gDb.TblDsc.Cur, Filename, MODEL_FILE_DSC, True))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A Dbuild.py833 self.PlatformFile = PathClass(NormFile(PlatformFile, self.WorkspaceDir), self.WorkspaceDir)
1814 Option.ModuleFile = PathClass(Option.ModuleFile, Workspace)
1823 Option.PlatformFile = PathClass(Option.PlatformFile, Workspace)
1829 Option.FdfFile = PathClass(Option.FdfFile, Workspace)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaFileParser.py29 from Common.Misc import GuidStructureStringToGuidString, CheckPcdDatum, PathClass, AnalyzePcdData namespace
1318 IncludedFile1 = PathClass(IncludedFile, self.MetaFile.Dir)
1324 IncludedFile1 = PathClass(IncludedFile, GlobalData.gWorkspace)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DMisc.py438 ## PathClass
440 class PathClass(object): class in inherits:object
507 # Check whether PathClass are the same
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DMisc.py1332 class PathClass(object): class in inherits:object
1394 # Check whether PathClass are the same
1396 # @retval False The two PathClass are different
1397 # @retval True The two PathClass are the same
1407 # Customize the comparsion operation of two PathClass
1409 # @retval 0 The two PathClass are different
1410 # @retval -1 The first PathClass is less than the second PathClass
1411 # @retval 1 The first PathClass is Bigger than the second PathClass
[all...]

Completed in 801 milliseconds