Searched refs:SQLITE_ACCESS_READWRITE (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteFileSystemWin.cpp102 case SQLITE_ACCESS_READWRITE:
H A DSQLiteFileSystemPosix.cpp127 case SQLITE_ACCESS_READWRITE:
/external/javasqlite/src/main/java/SQLite/
H A DConstants.java86 public static final int SQLITE_ACCESS_READWRITE = 1; field in class:Constants
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_demovfs.c508 || flags==SQLITE_ACCESS_READWRITE /* access(zPath, R_OK|W_OK) */
511 if( flags==SQLITE_ACCESS_READWRITE ) eAccess = R_OK|W_OK;
H A Dsqlite.h.in867 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
958 ** With SQLITE_ACCESS_READWRITE, the xAccess method
962 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
971 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */
H A Dos_os2.c1656 case SQLITE_ACCESS_READWRITE:
H A Dpragma.c747 rc = sqlite3OsAccess(db->pVfs, zRight, SQLITE_ACCESS_READWRITE, &res);
H A Dtest_vfs.c638 if( flags==SQLITE_ACCESS_READWRITE ) zArg = "SQLITE_ACCESS_READWRITE";
H A Dos_win.c2372 case SQLITE_ACCESS_READWRITE:
H A Dos_unix.c5201 ** SQLITE_ACCESS_READWRITE: Return 1 if the file is read and writable.
5219 case SQLITE_ACCESS_READWRITE:
/external/chromium_org/third_party/sqlite/src/ext/async/
H A Dsqlite3async.c1193 assert(flags==SQLITE_ACCESS_READWRITE
1213 flags==SQLITE_ACCESS_READWRITE?"read-write":
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h872 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
963 ** With SQLITE_ACCESS_READWRITE, the xAccess method
967 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
976 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
H A Dsqlite3.c1415 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
1506 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1510 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
1519 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
23668 case SQLITE_ACCESS_READWRITE:
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1100 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
1191 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1195 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
1204 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
H A Dsqlite3.c1215 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
1306 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1310 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
1319 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1100 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
1191 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1195 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
1204 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
H A Dsqlite3.c1215 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
1306 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1310 ** The SQLITE_ACCESS_READWRITE constant is currently used only by the
1319 #define SQLITE_ACCESS_READWRITE 1 /* Used by PRAGMA temp_store_directory */ macro
[all...]

Completed in 6599 milliseconds