Home
last modified time | relevance | path

Searched refs:mObjFile (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
DRSExecutable.cpp132 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()
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSExecutable.h43 FileBase *mObjFile; variable
59 : mInfo(&pInfo), mIsInfoDirty(false), mObjFile(&pObjFile), mLoader(&pLoader) in RSExecutable()