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

  /frameworks/compile/libbcc/lib/Renderscript/
RSExecutable.cpp 132 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/
RSExecutable.h 43 FileBase *mObjFile;
59 : mInfo(&pInfo), mIsInfoDirty(false), mObjFile(&pObjFile), mLoader(&pLoader)

Completed in 138 milliseconds