Home | History | Annotate | Download | only in native

Lines Matching defs:PATH_MAX

74 #ifndef PATH_MAX
75 #define PATH_MAX 1024
792 * than PATH_MAX or a zip error occurred then *pmsg will be set to the error
799 char buf[PATH_MAX];
811 if (strlen(name) >= PATH_MAX) {