Home
last modified time | relevance | path

Searched refs:mInfoFile (Results 1 – 8 of 8) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
DCacheReader.cpp62 mInfoFile = infoFile; in readCacheFile()
99 if (fstat(mInfoFile->getFD(), &stfile) < 0) { in checkFileSize()
126 if (mInfoFile->seek(0, SEEK_SET) != 0) { in readHeader()
137 if (mInfoFile->read((char *)mpHeader, sizeof(OBCC_Header)) != in readHeader()
243 if (mInfoFile->seek(mpHeader->NAME##_offset, SEEK_SET) == -1) { \
248 if (mInfoFile->read(reinterpret_cast<char *>(NAME##_raw), \
DCacheReader.h40 FileHandle *mInfoFile; variable
57 : mObjFile(NULL), mInfoFile(NULL), mInfoFileSize(0), mpHeader(NULL), in CacheReader()
DCacheWriter.cpp63 mInfoFile = infoFile; in writeCacheFile()
382 if (mInfoFile->seek(OFFSET, SEEK_SET) == -1) { \ in writeAll()
387 if (mInfoFile->write(reinterpret_cast<char *>(SECTION), (SIZE)) != \ in writeAll()
DCacheWriter.h37 FileHandle *mInfoFile; variable
/frameworks/compile/libbcc/lib/ExecutionEngine/
DMCCacheReader.cpp78 mInfoFile = infoFile; in checkCacheFile()
105 if (fstat(mInfoFile->getFD(), &stfile) < 0) { in checkFileSize()
122 if (mInfoFile->seek(0, SEEK_SET) != 0) { in readHeader()
133 if (mInfoFile->read(reinterpret_cast<char *>(mpHeader), sizeof(MCO_Header)) != in readHeader()
230 if (mInfoFile->seek(mpHeader->NAME##_offset, SEEK_SET) == -1) { \
235 if (mInfoFile->read(reinterpret_cast<char *>(NAME##_raw), \
DMCCacheReader.h39 FileHandle *mObjFile, *mInfoFile;
62 : mObjFile(NULL), mInfoFile(NULL), mInfoFileSize(0), mpHeader(NULL), in MCCacheReader()
DMCCacheWriter.cpp58 mInfoFile = infoFile; in writeCacheFile()
321 if (mInfoFile->seek(OFFSET, SEEK_SET) == -1) { \ in writeAll()
326 if (mInfoFile->write(reinterpret_cast<char *>(SECTION), (SIZE)) != \ in writeAll()
DMCCacheWriter.h36 FileHandle *mObjFile, *mInfoFile; variable