Searched refs:mReadOnly (Results 1 – 8 of 8) sorted by relevance
35 mName(name), mAshmemFd(ashmemFd), mData(data), mSize(size), mReadOnly(readOnly) { in CursorWindow()133 if (mReadOnly) { in clear()148 if (mReadOnly) { in setNumColumns()162 if (mReadOnly) { in allocRow()191 if (mReadOnly) { in freeLastRow()284 if (mReadOnly) { in putBlobOrString()307 if (mReadOnly) { in putLong()322 if (mReadOnly) { in putDouble()337 if (mReadOnly) { in putNull()
64 boolean mReadOnly = false; field in Frame103 return mReadOnly; in isReadOnly()176 if (mReadOnly && mode == MODE_WRITE) { in assertAccessible()182 mReadOnly = readOnly; in setReadOnly()
35 private final boolean mReadOnly; field in SQLiteProgram50 mReadOnly = false; in SQLiteProgram()61 mReadOnly = info.readOnly; in SQLiteProgram()106 return mDatabase.getThreadDefaultConnectionFlags(mReadOnly); in getConnectionFlags()
504 outStatementInfo.readOnly = statement.mReadOnly; in prepare()1024 if (mOnlyAllowReadOnlyOperations && !statement.mReadOnly) { in throwIfStatementForbidden()1040 if (statement.mReadOnly) { in applyBlockGuardPolicy()1195 statement.mReadOnly = readOnly; in obtainPreparedStatement()1237 public boolean mReadOnly; field in SQLiteConnection.PreparedStatement1277 + ", readOnly=" + statement.mReadOnly in dump()
38 private boolean mReadOnly = false; field in Frame66 return mReadOnly; in isReadOnly()196 mReadOnly = false; in reset()232 mReadOnly = true; in markReadOnly()
47 : mZipFp(NULL), mReadOnly(false), mNeedCDRewrite(false) in ZipFile()50 if (!mReadOnly) in ~ZipFile()255 bool mReadOnly; variable
125 mReadOnly = true; in open()127 assert(!mReadOnly); in open()369 if (mReadOnly) in addCommon()546 if (mReadOnly) in add()903 if (mReadOnly) in flush()1125 if (!mReadOnly)
166 bool mReadOnly; variable