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

/system/core/libcutils/
H A Dprivate.h192 ** SunOS 4.1.1 headers lack FILENAME_MAX.
195 #ifndef FILENAME_MAX
204 #define FILENAME_MAX MAXPATHLEN macro
207 #define FILENAME_MAX 1024 /* Pure guesswork */ macro
210 #endif /* !defined FILENAME_MAX */

Completed in 1490 milliseconds