Searched refs:mInfoFile (Results 1 – 8 of 8) sorted by relevance
/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/ |
D | CacheReader.cpp | 62 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), \
|
D | CacheReader.h | 40 FileHandle *mInfoFile; variable 57 : mObjFile(NULL), mInfoFile(NULL), mInfoFileSize(0), mpHeader(NULL), in CacheReader()
|
D | CacheWriter.cpp | 63 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()
|
D | CacheWriter.h | 37 FileHandle *mInfoFile; variable
|
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
D | MCCacheReader.cpp | 78 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), \
|
D | MCCacheReader.h | 39 FileHandle *mObjFile, *mInfoFile; 62 : mObjFile(NULL), mInfoFile(NULL), mInfoFileSize(0), mpHeader(NULL), in MCCacheReader()
|
D | MCCacheWriter.cpp | 58 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()
|
D | MCCacheWriter.h | 36 FileHandle *mObjFile, *mInfoFile; variable
|