Home | History | Annotate | Download | only in Tools

Lines Matching refs:FvDir

134     #  param [in]  fvDir       FV's directory

139 def createDicts (self, fvDir, fvNames):
141 # If the fvDir is not a dirctory, then raise an exception
143 if not os.path.isdir(fvDir):
144 raise Exception ("'%s' is not a valid directory!" % FvDir)
147 # If the Guid.xref is not existing in fvDir, then raise an exception
149 xrefFile = os.path.join(fvDir, "Guid.xref")
170 fdFile = os.path.join(fvDir, fdBase.strip() + ".fd")
183 infFile = os.path.join(fvDir, fvList[0].strip()) + ".inf"
207 fvFile = os.path.join(fvDir, file.strip()) + ".Fv"
227 ffsDir = os.path.join(fvDir, "Ffs")