Searched refs:pathspec (Results 1 - 10 of 10) sorted by relevance
/third_party/protobuf/ |
H A D | generate_changelog.py | 9 def __init__(self, name, pathspec): 11 self.pathspec = pathspec 61 "sed -e 's/^/ - /'") % (previous, " ".join(language.pathspec)))
|
/third_party/libabigail/ |
H A D | ltmain.sh | 4266 char *chase_symlinks (const char *pathspec); 4709 chase_symlinks (const char *pathspec) 4712 return xstrdup (pathspec); 4716 char *tmp_pathspec = xstrdup (pathspec); 4754 return xstrdup (pathspec); 4757 tmp_pathspec = realpath (pathspec, buf); 4761 "could not follow symlinks for %s", pathspec);
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | ltmain.sh | 4286 char *chase_symlinks (const char *pathspec); 4729 chase_symlinks (const char *pathspec) 4732 return xstrdup (pathspec); 4736 char *tmp_pathspec = xstrdup (pathspec); 4774 return xstrdup (pathspec); 4777 tmp_pathspec = realpath (pathspec, buf); 4781 "could not follow symlinks for %s", pathspec);
|
/third_party/eudev/ |
H A D | ltmain.sh | 5707 char *chase_symlinks (const char *pathspec); 6155 chase_symlinks (const char *pathspec) 6158 return xstrdup (pathspec); 6162 char *tmp_pathspec = xstrdup (pathspec); 6200 return xstrdup (pathspec); 6203 tmp_pathspec = realpath (pathspec, buf); 6207 "could not follow symlinks for %s", pathspec);
|
/third_party/curl/ |
H A D | ltmain.sh | 5908 char *chase_symlinks (const char *pathspec); 6356 chase_symlinks (const char *pathspec) 6359 return xstrdup (pathspec); 6363 char *tmp_pathspec = xstrdup (pathspec); 6401 return xstrdup (pathspec); 6404 tmp_pathspec = realpath (pathspec, buf); 6408 "could not follow symlinks for %s", pathspec);
|
/third_party/lame/ |
H A D | ltmain.sh | 5659 char *chase_symlinks (const char *pathspec); 6107 chase_symlinks (const char *pathspec) 6110 return xstrdup (pathspec); 6114 char *tmp_pathspec = xstrdup (pathspec); 6152 return xstrdup (pathspec); 6155 tmp_pathspec = realpath (pathspec, buf); 6159 "could not follow symlinks for %s", pathspec);
|
/third_party/node/deps/cares/ |
H A D | ltmain.sh | 5908 char *chase_symlinks (const char *pathspec); 6356 chase_symlinks (const char *pathspec) 6359 return xstrdup (pathspec); 6363 char *tmp_pathspec = xstrdup (pathspec); 6401 return xstrdup (pathspec); 6404 tmp_pathspec = realpath (pathspec, buf); 6408 "could not follow symlinks for %s", pathspec);
|
/third_party/node/deps/cares/config/ |
H A D | ltmain.sh | 5908 char *chase_symlinks (const char *pathspec); 6356 chase_symlinks (const char *pathspec) 6359 return xstrdup (pathspec); 6363 char *tmp_pathspec = xstrdup (pathspec); 6401 return xstrdup (pathspec); 6404 tmp_pathspec = realpath (pathspec, buf); 6408 "could not follow symlinks for %s", pathspec);
|
/third_party/libevdev/build-aux/ |
H A D | ltmain.sh | 5909 char *chase_symlinks (const char *pathspec); 6357 chase_symlinks (const char *pathspec) 6360 return xstrdup (pathspec); 6364 char *tmp_pathspec = xstrdup (pathspec); 6402 return xstrdup (pathspec); 6405 tmp_pathspec = realpath (pathspec, buf); 6409 "could not follow symlinks for %s", pathspec);
|
/third_party/skia/third_party/externals/libpng/ |
H A D | ltmain.sh | 5659 char *chase_symlinks (const char *pathspec); 6107 chase_symlinks (const char *pathspec) 6110 return xstrdup (pathspec); 6114 char *tmp_pathspec = xstrdup (pathspec); 6152 return xstrdup (pathspec); 6155 tmp_pathspec = realpath (pathspec, buf); 6159 "could not follow symlinks for %s", pathspec);
|
Completed in 77 milliseconds