Searched refs:GetFullPath (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/ |
D | InfPomAlignment.py | 102 self.GetFullPath() 729 self.GetFullPath(), RaiseError=True) 732 self.GetFullPath(), RaiseError=True) 735 self.GetFullPath(), RaiseError=True) 744 self.GetFullPath(), RaiseError=True) 751 self.GetFullPath(), RaiseError=True) 754 self.GetFullPath(), RaiseError=True) 784 self.GetFullPath(), RaiseError=True) 917 self.GetFullPath(), RaiseError=True) 925 self.GetFullPath(), RaiseError=True)
|
D | DecPomAlignment.py | 147 ContainerFile = self.GetFullPath() 409 PackagePath = os.path.split(self.GetFullPath())[0]
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/ |
D | DistributionPackageClass.py | 209 FullPath = Package.GetFullPath() 230 FullPath = Module.GetFullPath() 251 FullPath = Module.GetFullPath()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/ |
D | GenDecFile.py | 313 ContainerFile = Package.GetFullPath() 588 if not os.path.exists(os.path.dirname(PackageObject.GetFullPath())): 589 os.makedirs(os.path.dirname(PackageObject.GetFullPath())) 591 …ContainerFile = GetUniFileName(os.path.dirname(PackageObject.GetFullPath()), PackageObject.GetBase…
|
D | GenInfFile.py | 58 ContainerFile = ModuleObject.GetFullPath() 229 …ContainerFile = GetUniFileName(os.path.dirname(ModuleObject.GetFullPath()), ModuleObject.GetBaseNa… 231 if not os.path.exists(os.path.dirname(ModuleObject.GetFullPath())): 232 os.makedirs(os.path.dirname(ModuleObject.GetFullPath())) 905 File=ModuleObject.GetFullPath()) 953 File=ModuleObject.GetFullPath())
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/ |
D | InstallPkg.py | 370 File = Module.GetFullPath(), 386 File = Module.GetFullPath(), 401 File = Module.GetFullPath(), 426 File = Module.GetFullPath(),
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/ |
D | CommonObject.py | 422 def GetFullPath(self): member in IdentificationObject
|