Searched refs:mInfoFileSize (Results 1 – 2 of 2) sorted by relevance
40 off_t mInfoFileSize; variable63 : mObjFile(NULL), mInfoFile(NULL), mInfoFileSize(0), mpHeader(NULL), in MCCacheReader()
109 mInfoFileSize = stfile.st_size; in checkFileSize()111 if (mInfoFileSize < (off_t)sizeof(MCO_Header)) { in checkFileSize()191 if (mInfoFileSize < offset || mInfoFileSize < offset + size) { \ in checkSectionOffsetAndSize()