Searched defs:lockPath (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c5703 ** Creates the lock file and any missing directories in lockPath
5705 static int proxyCreateLockPath(const char *lockPath){ argument
5710 assert(lockPath!=NULL);
5712 len = (int)strlen(lockPath);
5713 buf[0] = lockPath[0];
5715 if( lockPath[i] == '/' && (i - start > 0) ){
5725 buf, strerror(err), lockPath, getpid()));
5732 buf[i] = lockPath[i];
5734 OSTRACE(("CREATELOCKPATH proxy lock path=%s pid=%d\n", lockPath, getpid()));
6012 ** lockPath i
6027 char lockPath[MAXPATHLEN]; local
6373 char *lockPath=NULL; local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c29846 proxyCreateLockPath(const char *lockPath) argument
30168 char lockPath[MAXPATHLEN]; local
30514 char *lockPath=NULL; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c30705 proxyCreateLockPath(const char *lockPath) argument
31029 char lockPath[MAXPATHLEN]; local
31375 char *lockPath=NULL; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c30725 proxyCreateLockPath(const char *lockPath) argument
31049 char lockPath[MAXPATHLEN]; local
31395 char *lockPath=NULL; local
[all...]

Completed in 493 milliseconds