Home
last modified time | relevance | path

Searched refs:GetFullPath (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DInfPomAlignment.py102 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)
DDecPomAlignment.py147 ContainerFile = self.GetFullPath()
409 PackagePath = os.path.split(self.GetFullPath())[0]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DDistributionPackageClass.py209 FullPath = Package.GetFullPath()
230 FullPath = Module.GetFullPath()
251 FullPath = Module.GetFullPath()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
DGenDecFile.py313 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…
DGenInfFile.py58 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/
DInstallPkg.py370 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/
DCommonObject.py422 def GetFullPath(self): member in IdentificationObject