Home
last modified time | relevance | path

Searched defs:dbPath (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
Dos_unix.c2432 const char *dbPath; /* Name of the open file */ member
5653 char *dbPath; /* Name of the open file */ member
5664 static int proxyGetLockPath(const char *dbPath, char *lPath, size_t maxLen){ in proxyGetLockPath()
6267 static int proxyCreateConchPathname(char *dbPath, char **pConchPath){ in proxyCreateConchPathname()
6340 static int proxyGetDbPathForUnixFile(unixFile *pFile, char *dbPath){ in proxyGetDbPathForUnixFile()
6372 char dbPath[MAXPATHLEN+1]; /* Name of the database file */ in proxyTransformUnixFile() local