Home | History | Annotate | Download | only in source

Lines Matching defs:max_path

1952     char max_path[PATH_MAX];
1974 if (realpath(path, max_path))
1977 ::strncpy(resolved_path, max_path, resolved_path_size);