Lines Matching refs:indexPath
554 # indexPath: the path of the target file.
574 my $indexPath;
579 $indexPath = adjustPathForRecentRenamings($4);
581 $_ = "Index: $indexPath$POSTMATCH"; # Convert to SVN format.
622 $_ = "--- $indexPath"; # Convert to SVN format.
624 $_ = "+++ $indexPath"; # Convert to SVN format.
650 $header{indexPath} = $indexPath;
677 # indexPath: the path of the target file, which is the path found in
693 my $indexPath;
695 $indexPath = adjustPathForRecentRenamings($1);
714 if (s/^--- \S+/--- $indexPath/) {
727 } elsif (s/^\+\+\+ \S+/+++ $indexPath/) {
742 die("Did not find end of header block corresponding to index path \"$indexPath\".");
748 $header{indexPath} = $indexPath;
778 # indexPath: the path of the target file.
831 # indexPath: the path of the target file. For SVN-formatted diffs,
895 if ($svnPropertiesHashRef || $headerHashRef && ($propertyPath ne $headerHashRef->{indexPath})) {
925 $indexPathEOL = firstEOLInFile($headerHashRef->{indexPath}) if !$headerHashRef->{isNew} && !$headerHashRef->{isBinary};
935 $deletionHash{indexPath} = $headerHashRef->{copiedFromPath};
942 $copyHash{indexPathindexPath};
967 $diffHash{indexPath} = $headerHashRef->{indexPath};
993 $propertyChangeHash{indexPath} = $svnPropertiesHashRef->{propertyPath};
1279 my $indexPath = $diffHashRef->{indexPath};
1288 # exists($copiedFiles{$indexPath}) is true -- i.e. if
1289 # $indexPath appears twice as a copy target.
1290 $copiedFiles{$indexPath} = $sourcePath;
1295 $sourcePath = $indexPath;