OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isReadonly
(Results
1 - 15
of
15
) sorted by null
/packages/apps/Gallery/src/com/android/camera/gallery/
IImage.java
68
public abstract boolean
isReadonly
();
VideoObject.java
92
public boolean
isReadonly
() {
Image.java
70
public boolean
isReadonly
() {
UriImage.java
163
public boolean
isReadonly
() {
/packages/apps/Gallery/tests/src/com/android/camera/gallery/
MockImage.java
89
public boolean
isReadonly
() {
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatDirectoryEntry.java
384
* this with {@link #
isReadOnly
()}.
397
* @param
isReadonly
the new value for the read-only flag
401
public void setReadonlyFlag(boolean
isReadonly
) {
402
setFlag(F_READONLY,
isReadonly
);
/external/chromium_org/third_party/sqlite/src/src/
os_os2.c
[
all
...]
tclsqlite.c
338
int
isReadonly
344
int flags = TCL_READABLE|(
isReadonly
? 0 : TCL_WRITABLE);
350
rc = sqlite3_blob_open(db, zDb, zTable, zColumn, iRow, !
isReadonly
, &pBlob);
[
all
...]
os_unix.c
[
all
...]
os_win.c
[
all
...]
/packages/apps/Gallery/src/com/android/camera/
MenuHelper.java
477
if (image == null || image.
isReadonly
()) {
733
list = image.
isReadonly
() ? disableList : enableList;
[
all
...]
/prebuilts/devtools/tools/lib/
fat32lib.jar
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 653 milliseconds