Home | History | Annotate | Download | only in block

Lines Matching full:path_max

1743     char path2[PATH_MAX];
1745 assert(path_len < PATH_MAX); /* len was tested before! */
1816 if (path_len + 1 + lfn.len >= PATH_MAX) {