Lines Matching refs:FvDir
153 # param [in] fvDir FV's directory
158 def createDicts (self, fvDir, fvNames):
160 # If the fvDir is not a dirctory, then raise an exception
162 if not os.path.isdir(fvDir):
163 raise Exception ("'%s' is not a valid directory!" % FvDir)
166 # If the Guid.xref is not existing in fvDir, then raise an exception
168 xrefFile = os.path.join(fvDir, "Guid.xref")
189 fdFile = os.path.join(fvDir, fdBase.strip() + ".fd")
202 infFile = os.path.join(fvDir, fvList[0].strip()) + ".inf"
227 fvFile = os.path.join(fvDir, file.strip()) + ".Fv"
251 ffsDir = os.path.join(fvDir, "Ffs")