Searched defs:NormPath (Results 1 - 11 of 11) 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 DString.py282 ## NormPath
292 def NormPath(Path, Defines={}): function
709 return os.path.join(NormPath(WorkspaceDir), NormPath(Filename))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DEcc.py27 from Common.String import NormPath namespace
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DEot.py21 from Common.String import NormPath namespace
/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/AutoGen/
H A DBuildEngine.py25 from Common.String import NormPath namespace
211 NewRuleObject.DestFileList.append(PathClass(NormPath(File, Macros)))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DParsing.py31 from Library.String import NormPath namespace
543 List[0] = NormPath(List[0])
H A DString.py237 ## NormPath
245 def NormPath(Path, Defines = None): function
613 return os.path.join(NormPath(WorkspaceDir), 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/GenFds/
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...]

Completed in 63 milliseconds