Lines Matching refs:romInfo
159 const ROMInfo *romInfo = romInfos[i]; in getROMInfo() local
160 if (fileSize == romInfo->fileSize && !strcmp(file->getSHA1(), romInfo->sha1Digest)) { in getROMInfo()
161 return romInfo; in getROMInfo()
167 void ROMInfo::freeROMInfo(const ROMInfo *romInfo) { in freeROMInfo() argument
168 (void) romInfo; in freeROMInfo()
176 const ROMInfo *romInfo = getKnownROMInfoFromList(i); in getROMInfoList() local
177 if ((types & (1 << romInfo->type)) && (pairTypes & (1 << romInfo->pairType))) { in getROMInfoList()
178 *currentROMInList++ = romInfo; in getROMInfoList()
242 file(useFile), ownFile(useOwnFile), romInfo(ROMInfo::getROMInfo(file, romInfos)) in ROMImage()
246 ROMInfo::freeROMInfo(romInfo); in ~ROMImage()
277 if (romImage1->romInfo->pairROMInfo != romImage2->romInfo) { in mergeROMImages()
280 switch (romImage1->romInfo->pairType) { in mergeROMImages()
304 return romInfo; in getROMInfo()