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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSExecutable.cpp132 android::String8 info_path = RSInfo::GetPath(*mObjFile);
143 if (!mObjFile->lock(FileBase::kWriteLock)) {
146 mObjFile->getName().c_str(), info_file.getErrorMessage().c_str());
153 mObjFile->unlock();
157 mObjFile->unlock();
173 mObjFile->getName().c_str());
190 func_name, mObjFile->getName().c_str(), static_cast<size_t>(result));
207 delete mObjFile;
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSExecutable.h43 FileBase *mObjFile; member in class:bcc::RSExecutable
59 : mInfo(&pInfo), mIsInfoDirty(false), mObjFile(&pObjFile), mLoader(&pLoader)

Completed in 60 milliseconds