Searched refs:writable (Results 1 – 4 of 4) sorted by relevance
222 private SQLiteDatabase getDatabaseLocked(boolean writable) { in getDatabaseLocked() argument227 } else if (!writable || !mDatabase.isReadOnly()) { in getDatabaseLocked()242 if (writable && db.isReadOnly()) { in getDatabaseLocked()249 if (DEBUG_STRICT_READONLY && !writable) { in getDatabaseLocked()259 if (writable) { in getDatabaseLocked()285 return getDatabaseLocked(writable); in getDatabaseLocked()
7 solution involving a temporarily writable /system partition is implemented.
1184 bool writable = false; in getDevicePropertyDesc() local1189 writable = true; in getDevicePropertyDesc()1192 result = new MtpProperty(property, MTP_TYPE_STR, writable); in getDevicePropertyDesc()1201 if (!writable) in getDevicePropertyDesc()
42 …sn't exist by default. On Android N and later, because this location is writable by adb, SELinux p…