Home | History | Annotate | Download | only in protobuf

Lines Matching refs:pathspec

3055 char *chase_symlinks (const char *pathspec);
3414 chase_symlinks (const char *pathspec)
3417 return xstrdup (pathspec);
3421 char *tmp_pathspec = xstrdup (pathspec);
3457 return xstrdup (pathspec);
3460 tmp_pathspec = realpath (pathspec, buf);
3463 lt_fatal ("Could not follow symlinks for %s", pathspec);