Searched refs:GetRelativePath (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/ |
D | DependencyRules.py | 29 from Library.Misc import GetRelativePath 275 InstallPath = GetRelativePath(DecPath,WorkSP) 276 DecFileRelaPath = GetRelativePath(DecFile,WorkSP) 338 InstallPath = GetRelativePath(DecPath,WorkSP) 339 DecFileRelaPath = GetRelativePath(DecFile,WorkSP)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/ |
D | DecPomAlignment.py | 73 from Library.Misc import GetRelativePath 134 self.SetPackagePath(GetRelativePath(Path, self.WorkspaceDir)) 135 self.SetCombinePath(GetRelativePath(Filename, self.WorkspaceDir))
|
D | InfPomAlignment.py | 30 from Library.Misc import GetRelativePath 156 CombinePath = GetRelativePath(self.FullPath, self.WorkSpace) 161 ModuleRelativePath = GetRelativePath(ModulePath, self.GetPackagePath())
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/ |
D | GenInfFile.py | 32 from Library.Misc import GetRelativePath 489 RelaPath = GetRelativePath(Path, WorkspaceDir)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
D | Misc.py | 610 def GetRelativePath(Fullpath, Workspace): function
|