Searched refs:VtfObj (Results 1 – 3 of 3) sorted by relevance
178 for VtfObj in GenFdsGlobalVariable.FdfParser.Profile.VtfList:179 compLocList = VtfObj.GetFvList()184 self.vtfRawDict = VtfObj.GenVtf(FvAddDict)
4192 VtfObj = Vtf.Vtf()4193 VtfObj.UiName = Name4194 VtfObj.KeyArch = Arch4201 VtfObj.ArchList = self.__Token.upper()4213 VtfObj.ResetBin = self.__Token4214 if VtfObj.ResetBin.replace('$(WORKSPACE)', '').find('$') == -1:4216 …ErrorCode, ErrorInfo = PathClass(NormPath(VtfObj.ResetBin), GenFdsGlobalVariable.WorkSpaceDir).Val…4220 while self.__GetComponentStatement(VtfObj):4223 self.Profile.VtfList.append(VtfObj)4235 def __GetComponentStatement(self, VtfObj): argument[all …]
3369 VtfObj = Vtf.Vtf()3370 VtfObj.UiName = Name3371 VtfObj.KeyArch = Arch3378 VtfObj.ArchList = self.__Token.upper()3390 VtfObj.ResetBin = self.__Token3392 while self.__GetComponentStatement(VtfObj):3395 self.Profile.VtfList.append(VtfObj)3407 def __GetComponentStatement(self, VtfObj): argument3520 VtfObj.ComponentStatementList.append(CompStatementObj)