Searched refs:FILENAME_MAX (Results 1 - 5 of 5) sorted by relevance

/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 */
H A Dtzstrftime.c738 char filename[FILENAME_MAX];
H A Dtztime.c378 ** "FILENAME_MAX expands to an integral constant expression
383 char fullname[FILENAME_MAX + 1];
/system/extras/tests/bionic/libstdc++/
H A Dtest_cstdio.cpp50 #ifndef FILENAME_MAX
51 #error "FILENAME_MAX must be a macro"
/system/extras/tests/sdcard/
H A Dsysutil.cpp242 char filename[FILENAME_MAX];
259 char filename[FILENAME_MAX];
269 char governor[FILENAME_MAX];

Completed in 619 milliseconds