Lines Matching refs:path
1185 } elsif ($lines[0] =~ /^fatal: ambiguous argument '$commit': unknown revision or path not in the working tree\./ ||
1436 foreach my $path (split(/:/, $ENV{PATH})) {
1437 if (-e "$path/$bin") {
1438 return "$path/$bin";
1448 foreach my $path (split(/:/, ".:$ENV{HOME}:.scripts")) {
1449 if (-e "$path/$conf") {
1450 return "$path/$conf";
2439 # See if any suffix of this path is a path within the tree.
4413 my $path = $1;
4414 if ($path =~ m{//}) {
4418 if ($path =~ "^uapi/" && $realfile =~ m@\binclude/uapi/@) {
4420 "No #include in ...include/uapi/... should use a uapi/ path prefix\n" . $herecurr);