Lines Matching refs:mapFile
228 mapFile = fvFile + ".map"
229 if not os.path.exists(mapFile):
230 raise Exception("Cannot open MAP file '%s'!" % mapFile)
234 self.parseFvMapFile(mapFile)
256 mapFile =os.path.join(ffsDir, item, "%s.map" % item[0:0x24])
257 if not os.path.exists(mapFile):
259 self.parseModMapFile(item[0x24:], mapFile)
341 # param [in] mapFile .Fv.map file
345 def parseFvMapFile(self, mapFile):
355 fdIn = open(mapFile, "r")
395 # param [in] mapFile .Fv.map file
400 def parseModMapFile(self, moduleName, mapFile):
402 # Get information from mapFile by moduleName in order to create a dictionary
407 fdIn = open(mapFile, "r")