Searched defs:SQLITE_ACCESS_READ (Results 1 - 7 of 7) sorted by relevance

/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/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 493 milliseconds