Lines Matching refs:indexPath
404 # indexPath: the path in the "Index:" line.
422 my $indexPath;
424 $indexPath = $1;
445 if (s/^--- \S+/--- $indexPath/) {
458 } elsif (s/^\+\+\+ \S+/+++ $indexPath/) {
474 die("Did not find end of header block corresponding to index path \"$indexPath\".");
477 $header{indexPath} = $indexPath;
499 # indexPath: the path in the "Index:" line.
541 $diffHashRef{indexPath} = $headerHashRef->{indexPath};