HomeSort by relevance Sort by last modified time
    Searched refs:mInfoFileSize (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
CacheReader.h 41 off_t mInfoFileSize;
57 : mObjFile(NULL), mInfoFile(NULL), mInfoFileSize(0), mpHeader(NULL),
CacheReader.cpp 104 mInfoFileSize = stfile.st_size;
106 if (mInfoFileSize < (off_t)sizeof(OBCC_Header)) {
196 if (mInfoFileSize < offset || mInfoFileSize < offset + size) { \
  /frameworks/compile/libbcc/lib/ExecutionEngine/
MCCacheReader.h 40 off_t mInfoFileSize;
62 : mObjFile(NULL), mInfoFile(NULL), mInfoFileSize(0), mpHeader(NULL),
MCCacheReader.cpp 110 mInfoFileSize = stfile.st_size;
112 if (mInfoFileSize < (off_t)sizeof(MCO_Header)) {
192 if (mInfoFileSize < offset || mInfoFileSize < offset + size) { \

Completed in 523 milliseconds