Searched refs:NormPath (Results 1 - 24 of 24) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DFdfClassObject.py20 from String import NormPath namespace
62 Filename = NormPath(Filename)
81 Filename = NormPath(Filename)
H A DDecClassObject.py137 Filename = NormPath(Filename)
355 Include.FilePath = NormPath(Key)
439 LibraryClass.RecommendedInstance = NormPath(Key[1])
H A DString.py282 ## NormPath
292 def NormPath(Path, Defines={}): function
709 return os.path.join(NormPath(WorkspaceDir), NormPath(Filename))
H A DInfClassObject.py327 Filename = NormPath(Filename)
698 Include.FilePath = NormPath(Key)
767 LibraryClass.RecommendedInstance = NormPath(Key[1])
804 Package.FilePath = NormPath(Key[0])
850 Source = ModuleSourceFileClass(NormPath(Nmake.Value), "", "", "", "", Nmake.SupArchList)
1051 Binary = ModuleBinaryFileClass(NormPath(Key[1]), Key[0], Key[2], Key[3], Binaries[Key])
H A DDscClassObject.py243 PlatformHeader.OutputDirectory = NormPath(QueryDefinesItem(self.TblDsc, TAB_DSC_DEFINES_OUTPUT_DIRECTORY, Arch, self.FileID)[0])
252 Fdf.FilePath = NormPath(QueryDefinesItem(self.TblDsc, TAB_DSC_DEFINES_FLASH_DEFINITION, Arch, self.FileID)[0])
400 Library.FilePath = NormPath(Key)
451 Library.FilePath = NormPath(Key[1])
815 Component.FilePath = NormPath(InfFilename)
816 Component.ExecFilePath = NormPath(ExecFilename)
824 LibFile = NormPath(List[1])
1020 Filename = NormPath(Filename)
H A DEdkIIWorkspaceBuild.py433 self.WorkspaceDir = NormPath(WorkspaceDir)
465 self.DscFileName = NormPath(ActivePlatform)
1142 self.AddToInfDatabase(NormPath(InfFile))
H A DParsing.py633 List[0] = NormPath(List[0])
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DAprioriSection.py74 InfFileName = NormPath(FfsObj.InfFileName)
H A DGenFds.py149 GenFdsGlobalVariable.ActivePlatform = PathClass(NormPath(ActivePlatform), Workspace)
203 GenFdsGlobalVariable.OutputDirFromDscDict[Arch] = NormPath(BuildWorkSpace.BuildObject[GenFdsGlobalVariable.ActivePlatform, Arch, Options.BuildTarget, Options.ToolChain].OutputDirectory)
H A DFdfParser.py49 from Common.String import NormPath namespace
580 IncludedFile = NormPath(ReplaceMacro(IncFileName, __IncludeMacros, RaiseError=True))
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(NormPath(CompStatementObj.CompBin), GenFdsGlobalVariable.WorkSpaceDir).Validate()
3921 ErrorCode, ErrorInfo = PathClass(NormPath(CompStatementObj.CompSym), GenFdsGlobalVariable.WorkSpaceDir).Validate()
4003 ErrorCode, ErrorInfo = PathClass(NormPath(ffsIn
[all...]
H A DFfsInfStatement.py148 InfPath = NormPath(self.InfFileName)
429 self.InfFileName = NormPath(self.InfFileName)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DWorkspaceDatabase.py185 self._OutputDirectory = NormPath(Record[2], self._Macros)
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)
825 FilePath = NormPath(FilePath)
1127 File = PathClass(NormPath(Record[0], Macros), self._PackageDir, Arch=self._Arch)
1151 File = PathClass(NormPath(Fil
[all...]
H A DMetaFileParser.py1372 IncludedFile = NormPath(ReplaceMacro(self._ValueList[1], __IncludeMacros, RaiseError=True))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DInfParserLite.py72 Filename = NormPath(Filename)
H A DEot.py21 from Common.String import NormPath namespace
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DString.py237 ## NormPath
245 def NormPath(Path, Defines = None): function
613 return os.path.join(NormPath(WorkspaceDir), NormPath(Filename))
H A DParsing.py31 from Library.String import NormPath namespace
543 List[0] = NormPath(List[0])
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DBuildEngine.py25 from Common.String import NormPath namespace
211 NewRuleObject.DestFileList.append(PathClass(NormPath(File, Macros)))
H A DAutoGen.py379 InfPath = NormPath(FfsFile.InfFileName)
2302 IncPathList = [NormPath(Path, self.Macros) for Path in gBuildOptIncludePattern.findall(FlagOption)]
2310 IncPathList += [NormPath(PathEntry, self.Macros) for PathEntry in PathList]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DInfParser.py30 from Library.Parsing import NormPath namespace
111 Filename = NormPath(Filename)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/PomAdapter/
H A DDecPomAlignment.py30 from Library.Parsing import NormPath namespace
102 Filename = NormPath(Filename)
H A DInfPomAlignment.py27 from Library.String import NormPath namespace
520 PackageDependency.SetPackageFilePath(NormPath(PackageItemObj.GetPackageName()))
525 NormPath(PackageItemObj.GetPackageName()))))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaFileParser.py442 Filename = NormPath(self.MetaFile)
779 Filename = NormPath(self.MetaFile.Path)
1314 IncludedFile = NormPath(ReplaceMacro(self._ValueList[1], __IncludeMacros, RaiseError=True))
1483 Filename = NormPath(self.MetaFile)
1797 Filename = NormPath(Filename)
1816 Filename = NormPath(Filename)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DEcc.py27 from Common.String import NormPath namespace

Completed in 191 milliseconds