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

/external/webkit/Source/WebCore/platform/sql/chromium/
H A DSQLiteFileSystemChromiumWin.cpp98 case SQLITE_ACCESS_READ:
H A DSQLiteFileSystemChromiumPosix.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/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h717 ** test whether a file is readable and writable, or [SQLITE_ACCESS_READ]
774 ** With SQLITE_ACCESS_READ, the xAccess method
779 #define SQLITE_ACCESS_READ 2 macro
/external/sqlite/dist/orig/
H A Dsqlite3.h982 ** test whether a file is readable and writable, or [SQLITE_ACCESS_READ]
1079 ** With SQLITE_ACCESS_READ, the xAccess method
1080 ** checks whether the file is readable. The SQLITE_ACCESS_READ constant is
1086 #define SQLITE_ACCESS_READ 2 /* Unused */ macro
H A Dsqlite3.c1532 ** test whether a file is readable and writable, or [SQLITE_ACCESS_READ]
1629 ** With SQLITE_ACCESS_READ, the xAccess method
1630 ** checks whether the file is readable. The SQLITE_ACCESS_READ constant is
1636 #define SQLITE_ACCESS_READ 2 /* Unused */ macro
24535 case SQLITE_ACCESS_READ:
[all...]
/external/sqlite/dist/
H A Dsqlite3.h982 ** test whether a file is readable and writable, or [SQLITE_ACCESS_READ]
1079 ** With SQLITE_ACCESS_READ, the xAccess method
1080 ** checks whether the file is readable. The SQLITE_ACCESS_READ constant is
1086 #define SQLITE_ACCESS_READ 2 /* Unused */ macro
H A Dsqlite3.c1532 ** test whether a file is readable and writable, or [SQLITE_ACCESS_READ]
1629 ** With SQLITE_ACCESS_READ, the xAccess method
1630 ** checks whether the file is readable. The SQLITE_ACCESS_READ constant is
1636 #define SQLITE_ACCESS_READ 2 /* Unused */ macro
24535 case SQLITE_ACCESS_READ:
[all...]

Completed in 342 milliseconds