Searched refs:writable (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteOpenHelper.java | 191 private SQLiteDatabase getDatabaseLocked(boolean writable) { in getDatabaseLocked() argument 196 } else if (!writable || !mDatabase.isReadOnly()) { in getDatabaseLocked() 211 if (writable && db.isReadOnly()) { in getDatabaseLocked() 218 if (DEBUG_STRICT_READONLY && !writable) { in getDatabaseLocked() 228 if (writable) { in getDatabaseLocked()
|
/frameworks/base/core/jni/ |
D | android_util_MemoryIntArray.cpp | 57 jboolean owner, jboolean writable) in android_util_MemoryIntArray_open() argument 70 int protMode = (owner || writable) ? (PROT_READ | PROT_WRITE) : PROT_READ; in android_util_MemoryIntArray_open() 82 if (owner && !writable) { in android_util_MemoryIntArray_open()
|
/frameworks/base/packages/CtsShim/build/ |
D | README | 7 solution involving a temporarily writable /system partition is implemented.
|
/frameworks/base/core/java/android/util/ |
D | MemoryIntArray.java | 232 private native long nativeOpen(int fd, boolean owner, boolean writable); in nativeOpen() argument
|
/frameworks/base/media/jni/ |
D | android_mtp_MtpDatabase.cpp | 1182 bool writable = false; in getDevicePropertyDesc() local 1187 writable = true; in getDevicePropertyDesc() 1190 result = new MtpProperty(property, MTP_TYPE_STR, writable); in getDevicePropertyDesc() 1199 if (!writable) in getDevicePropertyDesc()
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | calendar-provider.jd | 214 Calendars columns are writable by both an application and a <a href="#sync-adapter">sync adapter</a… 390 <p>The following Events columns are writable by both an application and a sync 649 writable fields. When inserting a new attendee, you must include all of them 733 <p>The following table lists the writable fields for reminders. All of them must 785 represents a single event occurrence. The instances table is not writable and only
|
/frameworks/native/vulkan/doc/implementors_guide/ |
D | implementors_guide.adoc | 42 …sn't exist by default. On Android N and later, because this location is writable by adb, SELinux p…
|
/frameworks/base/docs/html/training/articles/ |
D | security-tips.jd | 97 storage</a>, such as SD Cards, are globally readable and writable. Because 392 application on the device through overly permissive IPC, world writable files, 696 network over unencrypted protocols or from world writable locations such as
|
/frameworks/base/docs/html/training/basics/data-storage/ |
D | files.jd | 208 read or write access unless you explicitly set the files to be readable or writable. So as long
|
/frameworks/base/docs/html/ndk/downloads/ |
D | revision_history.jd | 451 <li>Fixed Clang 3.5 for {@code mips} and {@code mips64} to create a writable 2688 <li>Moved MIPS {@code .dynamic} to the data segment, so that it is writable.</li>
|