Searched refs:SQLITE_ACCESS_READ (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteFileSystemWin.cpp98 case SQLITE_ACCESS_READ:
H A DSQLiteFileSystemPosix.cpp130 case SQLITE_ACCESS_READ:
/external/javasqlite/src/main/java/SQLite/
H A DConstants.java87 public static final int SQLITE_ACCESS_READ = 2; field in class:Constants
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_demovfs.c507 || flags==SQLITE_ACCESS_READ /* access(zPath, R_OK) */
512 if( flags==SQLITE_ACCESS_READ ) eAccess = R_OK;
H A Dsqlite.h.in868 ** test whether a file is readable and writable, or [SQLITE_ACCESS_READ]
965 ** With SQLITE_ACCESS_READ, the xAccess method
966 ** checks whether the file is readable. The SQLITE_ACCESS_READ constant is
972 #define SQLITE_ACCESS_READ 2 /* Unused */
H A Dos_os2.c1654 case SQLITE_ACCESS_READ:
H A Dtest_vfs.c639 if( flags==SQLITE_ACCESS_READ ) zArg = "SQLITE_ACCESS_READ";
H A Dos_win.c2368 case SQLITE_ACCESS_READ:
H A Dos_unix.c5222 case SQLITE_ACCESS_READ:
/external/chromium_org/third_party/sqlite/src/ext/async/
H A Dsqlite3async.c1194 || flags==SQLITE_ACCESS_READ
1214 flags==SQLITE_ACCESS_READ?"read":"exists"
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h873 ** test whether a file is readable and writable, or [SQLITE_ACCESS_READ]
970 ** With SQLITE_ACCESS_READ, the xAccess method
971 ** checks whether the file is readable. The SQLITE_ACCESS_READ constant is
977 #define SQLITE_ACCESS_READ 2 /* Unused */ macro
H A Dsqlite3.c1416 ** test whether a file is readable and writable, or [SQLITE_ACCESS_READ]
1513 ** With SQLITE_ACCESS_READ, the xAccess method
1514 ** checks whether the file is readable. The SQLITE_ACCESS_READ constant is
1520 #define SQLITE_ACCESS_READ 2 /* Unused */ macro
23666 case SQLITE_ACCESS_READ:
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1101 ** test whether a file is readable and writable, or [SQLITE_ACCESS_READ]
1198 ** With SQLITE_ACCESS_READ, the xAccess method
1199 ** checks whether the file is readable. The SQLITE_ACCESS_READ constant is
1205 #define SQLITE_ACCESS_READ 2 /* Unused */ macro
H A Dsqlite3.c1216 ** test whether a file is readable and writable, or [SQLITE_ACCESS_READ]
1313 ** With SQLITE_ACCESS_READ, the xAccess method
1314 ** checks whether the file is readable. The SQLITE_ACCESS_READ constant is
1320 #define SQLITE_ACCESS_READ 2 /* Unused */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1101 ** test whether a file is readable and writable, or [SQLITE_ACCESS_READ]
1198 ** With SQLITE_ACCESS_READ, the xAccess method
1199 ** checks whether the file is readable. The SQLITE_ACCESS_READ constant is
1205 #define SQLITE_ACCESS_READ 2 /* Unused */ macro
H A Dsqlite3.c1216 ** test whether a file is readable and writable, or [SQLITE_ACCESS_READ]
1313 ** With SQLITE_ACCESS_READ, the xAccess method
1314 ** checks whether the file is readable. The SQLITE_ACCESS_READ constant is
1320 #define SQLITE_ACCESS_READ 2 /* Unused */ macro
[all...]

Completed in 1566 milliseconds