Home | History | Annotate | Download | only in libusb

Lines Matching refs:pathspec

3270 char *chase_symlinks (const char *pathspec);
3761 chase_symlinks (const char *pathspec)
3764 return xstrdup (pathspec);
3768 char *tmp_pathspec = xstrdup (pathspec);
3804 return xstrdup (pathspec);
3807 tmp_pathspec = realpath (pathspec, buf);
3810 lt_fatal ("Could not follow symlinks for %s", pathspec);