Searched refs:xAccess (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_multiplex.c412 rc2 = pOrigVfs->xAccess(pOrigVfs, gMultiplex.zName,
428 return gMultiplex.pOrigVfs->xAccess(gMultiplex.pOrigVfs, b, c, d);
681 rc2 = pOrigVfs->xAccess(pOrigVfs, gMultiplex.zName,
923 gMultiplex.sThisVfs.xAccess = multiplexAccess;
H A Dos.c153 return pVfs->xAccess(pVfs, zPath, flags, pResOut);
H A Dtest_vfstrace.c564 rc = pRoot->xAccess(pRoot, zPath, flags, pResOut);
743 pNew->xAccess = vfstraceAccess;
H A Dtest6.c647 return pVfs->xAccess(pVfs, zPath, flags, pResOut);
802 cfAccess, /* xAccess */
H A Dtest_onefile.c193 fsAccess, /* xAccess */
724 return pParent->xAccess(pParent, zPath, flags, pResOut);
H A Dsqlite.h.in866 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
921 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut);
951 ** CAPI3REF: Flags for the xAccess VFS method
954 ** the xAccess method of an [sqlite3_vfs] object. They determine
955 ** what kind of permissions the xAccess method is looking for.
956 ** With SQLITE_ACCESS_EXISTS, the xAccess method
958 ** With SQLITE_ACCESS_READWRITE, the xAccess method
965 ** With SQLITE_ACCESS_READ, the xAccess method
H A Dtest_osinst.c25 ** Additionally, calls to the xAccess(), xOpen(), and xDelete()
183 vfslogAccess, /* xAccess */
527 rc = REALVFS(pVfs)->xAccess(REALVFS(pVfs), zPath, flags, pResOut);
778 case OS_ACCESS: zEvent = "xAccess"; break;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h871 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
926 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
956 ** CAPI3REF: Flags for the xAccess VFS method
959 ** the xAccess method of an [sqlite3_vfs] object. They determine
960 ** what kind of permissions the xAccess method is looking for.
961 ** With SQLITE_ACCESS_EXISTS, the xAccess method
963 ** With SQLITE_ACCESS_READWRITE, the xAccess method
970 ** With SQLITE_ACCESS_READ, the xAccess method
H A Dsqlite3.c1414 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1469 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
1499 ** CAPI3REF: Flags for the xAccess VFS method
1502 ** the xAccess method of an [sqlite3_vfs] object. They determine
1503 ** what kind of permissions the xAccess method is looking for.
1504 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1506 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1513 ** With SQLITE_ACCESS_READ, the xAccess method
14097 return pVfs->xAccess(pVfs, zPath, flags, pResOut);
23911 os2Access, /* xAccess */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1098 ** [[sqlite3_vfs.xAccess]]
1099 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1154 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
1184 ** CAPI3REF: Flags for the xAccess VFS method
1187 ** the xAccess method of an [sqlite3_vfs] object. They determine
1188 ** what kind of permissions the xAccess method is looking for.
1189 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1191 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1198 ** With SQLITE_ACCESS_READ, the xAccess method
H A Dsqlite3.c1213 ** [[sqlite3_vfs.xAccess]]
1214 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1269 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
1299 ** CAPI3REF: Flags for the xAccess VFS method
1302 ** the xAccess method of an [sqlite3_vfs] object. They determine
1303 ** what kind of permissions the xAccess method is looking for.
1304 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1306 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1313 ** With SQLITE_ACCESS_READ, the xAccess method
15944 return pVfs->xAccess(pVf
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1098 ** [[sqlite3_vfs.xAccess]]
1099 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1154 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
1184 ** CAPI3REF: Flags for the xAccess VFS method
1187 ** the xAccess method of an [sqlite3_vfs] object. They determine
1188 ** what kind of permissions the xAccess method is looking for.
1189 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1191 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1198 ** With SQLITE_ACCESS_READ, the xAccess method
H A Dsqlite3.c1213 ** [[sqlite3_vfs.xAccess]]
1214 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1269 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
1299 ** CAPI3REF: Flags for the xAccess VFS method
1302 ** the xAccess method of an [sqlite3_vfs] object. They determine
1303 ** what kind of permissions the xAccess method is looking for.
1304 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1306 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1313 ** With SQLITE_ACCESS_READ, the xAccess method
15944 return pVfs->xAccess(pVf
[all...]
/external/chromium_org/third_party/sqlite/src/ext/async/
H A Dsqlite3async.c1199 rc = pVfs->xAccess(pVfs, zName, flags, &ret);
1307 asyncAccess, /* xAccess */

Completed in 619 milliseconds