Searched defs:PathClass (Results 1 - 13 of 13) 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 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,
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...]
/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/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/AutoGen/
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 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")])
/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/Workspace/
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/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 66 milliseconds