Searched refs:xFullPathname (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos.c162 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut);
H A Dtest_multiplex.c431 return gMultiplex.pOrigVfs->xFullPathname(gMultiplex.pOrigVfs, b, c, d);
924 gMultiplex.sThisVfs.xFullPathname = multiplexFullPathname;
H A Dtest_osinst.c184 vfslogFullPathname, /* xFullPathname */
545 return REALVFS(pVfs)->xFullPathname(REALVFS(pVfs), zPath, nOut, zOut);
732 pParent->xFullPathname(pParent, zLog, pParent->mxPathname, zFile);
779 case OS_FULLPATHNAME: zEvent = "xFullPathname"; break;
884 pVfs->xFullPathname(pVfs, zFile, pVfs->mxPathname, p->zFile);
H A Dtest_vfstrace.c584 vfstrace_printf(pInfo, "%s.xFullPathname(\"%s\")",
586 rc = pRoot->xFullPathname(pRoot, zPath, nOut, zOut);
744 pNew->xFullPathname = vfstraceFullPathname;
H A Dtest6.c656 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut);
803 cfFullPathname, /* xFullPathname */
H A Dtest_onefile.c194 fsFullPathname, /* xFullPathname */
752 return pParent->xFullPathname(pParent, zPath, nOut, zOut);
H A Dsqlite.h.in791 ** from xFullPathname() with an optional suffix added.
873 ** output buffer xFullPathname. The exact size of the output buffer
922 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
H A Dtest_vfs.c989 p->pParent->xFullPathname(
1291 tvfsFullPathname, /* xFullPathname */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h796 ** from xFullPathname() with an optional suffix added.
878 ** output buffer xFullPathname. The exact size of the output buffer
927 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member in struct:sqlite3_vfs
H A Dsqlite3.c1339 ** from xFullPathname() with an optional suffix added.
1421 ** output buffer xFullPathname. The exact size of the output buffer
1470 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member in struct:sqlite3_vfs
14106 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut);
23912 os2FullPathname, /* xFullPathname */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1023 ** from xFullPathname() with an optional suffix added.
1106 ** output buffer xFullPathname. The exact size of the output buffer
1155 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member in struct:sqlite3_vfs
4826 ** xFullPathname method of the [VFS]. ^In other words, the filename
H A Dsqlite3.c1138 ** from xFullPathname() with an optional suffix added.
1221 ** output buffer xFullPathname. The exact size of the output buffer
1270 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member in struct:sqlite3_vfs
4941 ** xFullPathname method of the [VFS]. ^In other words, the filename
15954 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1023 ** from xFullPathname() with an optional suffix added.
1106 ** output buffer xFullPathname. The exact size of the output buffer
1155 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member in struct:sqlite3_vfs
4826 ** xFullPathname method of the [VFS]. ^In other words, the filename
H A Dsqlite3.c1138 ** from xFullPathname() with an optional suffix added.
1221 ** output buffer xFullPathname. The exact size of the output buffer
1270 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member in struct:sqlite3_vfs
4941 ** xFullPathname method of the [VFS]. ^In other words, the filename
15954 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut);
[all...]
/external/chromium_org/third_party/sqlite/src/ext/async/
H A Dsqlite3async.c1233 rc = pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut);
1308 asyncFullPathname, /* xFullPathname */

Completed in 1479 milliseconds