Searched refs:sqlite3OsFullPathname (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos.h261 int sqlite3OsFullPathname(sqlite3_vfs *, const char *, int, char *);
H A Dtest_devsym.c316 return sqlite3OsFullPathname(g.pVfs, zPath, nOut, zOut);
H A Dos.c155 int sqlite3OsFullPathname( function
H A Dtest_journal.c763 return sqlite3OsFullPathname(g.pVfs, zPath, nOut, zOut);
H A Dtest_vfs.c666 return sqlite3OsFullPathname(PARENTVFS(pVfs), zPath, nOut, zOut);
H A Dpager.c4338 rc = sqlite3OsFullPathname(pVfs, zFilename, nPathname, zPathname);
H A Dbtree.c1764 sqlite3OsFullPathname(pVfs, zFilename, nFullPathname, zFullPathname);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c8899 SQLITE_PRIVATE int sqlite3OsFullPathname(sqlite3_vfs *, const char *, int, char *);
14099 SQLITE_PRIVATE int sqlite3OsFullPathname( function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10213 SQLITE_PRIVATE int sqlite3OsFullPathname(sqlite3_vfs *, const char *, int, char *);
15774 ** sqlite3OsFullPathname()
15946 SQLITE_PRIVATE int sqlite3OsFullPathname( function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10213 SQLITE_PRIVATE int sqlite3OsFullPathname(sqlite3_vfs *, const char *, int, char *);
15774 ** sqlite3OsFullPathname()
15946 SQLITE_PRIVATE int sqlite3OsFullPathname( function
[all...]

Completed in 7336 milliseconds