Lines Matching refs:FvDir
448 def ParseDscFile (self, DscFile, FvDir):
453 self._FvDir = FvDir
727 FvDir = self._FvDir;
733 VpdMapFile = os.path.join(FvDir, self._MacroDict['VPD_TOOL_GUID'] + '.map')
777 FvDir = self._FvDir
783 UpdTxtFile = os.path.join(FvDir, self._MacroDict['UPD_TOOL_GUID'] + '.txt')
907 FvDir = self._FvDir
910 HeaderFile = os.path.join(FvDir, 'FspUpdVpdInternal.h')
912 HeaderFile = os.path.join(FvDir, 'FspUpdVpd.h')
958 BinFile = os.path.join(FvDir, self._MacroDict['VPD_TOOL_GUID'] + ".bin")
1250 FvDir = sys.argv[3]
1251 if not os.path.isdir(FvDir):
1252 print "ERROR: FV folder '%s' is invalid !" % FvDir
1255 if GenCfgOpt.ParseDscFile(DscFile, FvDir) != 0: