Home
last modified time | relevance | path

Searched refs:CombinePath (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
DCommonObject.py398 self.CombinePath = ''
443 def SetCombinePath(self, CombinePath): argument
444 self.CombinePath = CombinePath
447 return self.CombinePath
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
DCommonClass.py149 self.CombinePath = ''
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DInfPomAlignment.py71 self.CombinePath = ''
156 CombinePath = GetRelativePath(self.FullPath, self.WorkSpace)
157 self.SetCombinePath(CombinePath)
158 ModulePath = os.path.split(CombinePath)[0]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
DVolInfo.c140 CombinePath (
339 CombinePath(OpenSslEnv, OpenSslCommand, OpenSslPath); in main()
1586 CombinePath ( in CombinePath() function