Searched defs:MAXPATHLEN (Results 1 - 6 of 6) sorted by last modified time

/external/sqlite/dist/orig/
H A Dsqlite3.c32589 strlcpy(dbPath, (char *)pFile->lockingContext, MAXPATHLEN); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c32607 strlcpy(dbPath, (char *)pFile->lockingContext, MAXPATHLEN); local
[all...]
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/openssh/
H A Ddefines.h96 #ifndef MAXPATHLEN
98 # define MAXPATHLEN PATH_MAX macro
100 # define MAXPATHLEN 64 macro
101 /* realpath uses a fixed buffer of size MAXPATHLEN, so force use of ours */
106 #endif /* MAXPATHLEN */
/external/libxml2/os400/dlfcn/
H A Ddlfcn.c42 #define MAXPATHLEN 5120 macro
387 if (pathlen + i + 1 >= MAXPATHLEN) {
413 char buf1[MAXPATHLEN + 1];
414 char buf2[MAXPATHLEN + 1];
461 if (sbuf.st_size > MAXPATHLEN) {
466 l2 = readlink(buf1, buf2, MAXPATHLEN + 1);
/external/libedit/src/
H A Del.c44 #ifndef MAXPATHLEN
45 #define MAXPATHLEN 4096 macro

Completed in 563 milliseconds