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

  /frameworks/compile/libbcc/lib/ExecutionEngine/
MCCacheReader.h 39 FileHandle *mObjFile, *mInfoFile;
63 : mObjFile(NULL), mInfoFile(NULL), mInfoFileSize(0), mpHeader(NULL),
MCCacheWriter.h 36 FileHandle *mObjFile, *mInfoFile;
MCCacheReader.cpp 77 mInfoFile = infoFile;
104 if (fstat(mInfoFile->getFD(), &stfile) < 0) {
121 if (mInfoFile->seek(0, SEEK_SET) != 0) {
132 if (mInfoFile->read(reinterpret_cast<char *>(mpHeader), sizeof(MCO_Header)) !=
229 if (mInfoFile->seek(mpHeader->NAME##_offset, SEEK_SET) == -1) { \
234 if (mInfoFile->read(reinterpret_cast<char *>(NAME##_raw), \
MCCacheWriter.cpp 57 mInfoFile = infoFile;
346 if (mInfoFile->seek(OFFSET, SEEK_SET) == -1) { \
351 if (mInfoFile->write(reinterpret_cast<char *>(SECTION), (SIZE)) != \

Completed in 95 milliseconds