Searched refs:openFlags (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c216 int openFlags; /* The flags specified at open() */ member in struct:unixFile
4955 int openFlags = 0; /* Flags to pass to open() */ local
5032 if( isReadonly ) openFlags |= O_RDONLY;
5033 if( isReadWrite ) openFlags |= O_RDWR;
5034 if( isCreate ) openFlags |= O_CREAT;
5035 if( isExclusive ) openFlags |= (O_EXCL|O_NOFOLLOW);
5036 openFlags |= (O_LARGEFILE|O_BINARY);
5046 fd = robust_open(zName, openFlags, openMode);
5047 OSTRACE(("OPENX %-3d %s 0%o\n", fd, zName, openFlags));
5051 openFlags
5753 int openFlags = O_RDWR | O_CREAT; local
[all...]
H A DbtreeInt.h412 u8 openFlags; /* Flags to sqlite3BtreeOpen() */ member in struct:BtShared
H A Dattach.c128 db->openFlags | SQLITE_OPEN_MAIN_DB);
H A Dmain.c1936 db->openFlags = flags;
H A DsqliteInt.h805 int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ member in struct:sqlite3
H A Dbtree.c1829 pBt->openFlags = (u8)flags;
7036 assert( (pBt->openFlags & BTREE_SINGLE)==0 || pgnoRoot==2 );
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9150 int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ member in struct:sqlite3
24152 int openFlags; /* The flags specified at open() */ member in struct:unixFile
29096 int openFlags = 0; /* Flags to pass to open() */ local
29894 int openFlags = O_RDWR | O_CREAT; local
46614 u8 openFlags; /* Flags to sqlite3BtreeOpen() */ member in struct:BtShared
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10444 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ member in struct:sqlite3
24269 int openFlags; /* The flags specified at open() */ member in struct:unixFile
28547 int openFlags = O_RDWR | O_CREAT; local
29890 int openFlags = 0; /* Flags to pass to open() */ local
30753 int openFlags = O_RDWR | O_CREAT; local
51006 u8 openFlags; /* Flags to sqlite3BtreeOpen() */ member in struct:BtShared
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10444 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ member in struct:sqlite3
24276 int openFlags; /* The flags specified at open() */ member in struct:unixFile
28567 int openFlags = O_RDWR | O_CREAT; local
29910 int openFlags = 0; /* Flags to pass to open() */ local
30773 int openFlags = O_RDWR | O_CREAT; local
51026 u8 openFlags; /* Flags to sqlite3BtreeOpen() */ member in struct:BtShared
[all...]
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 526 milliseconds