Searched refs:mObjFile (Results 1 – 2 of 2) sorted by relevance
132 android::String8 info_path = RSInfo::GetPath(mObjFile->getName().c_str()); in syncInfo()143 if (!mObjFile->lock(FileBase::kWriteLock)) { in syncInfo()146 mObjFile->getName().c_str(), info_file.getErrorMessage().c_str()); in syncInfo()153 mObjFile->unlock(); in syncInfo()157 mObjFile->unlock(); in syncInfo()173 mObjFile->getName().c_str()); in dumpDisassembly()190 func_name, mObjFile->getName().c_str(), static_cast<size_t>(result)); in dumpDisassembly()207 delete mObjFile; in ~RSExecutable()
43 FileBase *mObjFile; variable59 : mInfo(&pInfo), mIsInfoDirty(false), mObjFile(&pObjFile), mLoader(&pLoader) in RSExecutable()