Searched defs:MAXPATHLEN (Results 1 - 4 of 4) sorted by path

/external/grub/stage2/
H A Ddefs.h84 * MAXPATHLEN defines the longest permissible path length
93 #define MAXPATHLEN 1024 macro
/external/openssh/
H A Ddefines.h90 #ifndef MAXPATHLEN
92 # define MAXPATHLEN PATH_MAX macro
94 # define MAXPATHLEN 64 macro
95 /* realpath uses a fixed buffer of size MAXPATHLEN, so force use of ours */
100 #endif /* MAXPATHLEN */
/external/sqlite/dist/orig/
H A Dsqlite3.c31488 strlcpy(dbPath, (char *)pFile->lockingContext, MAXPATHLEN); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c31501 strlcpy(dbPath, (char *)pFile->lockingContext, MAXPATHLEN); local
[all...]

Completed in 395 milliseconds