HomeSort by relevance Sort by last modified time
    Searched refs:copiedFromPath (Results 1 - 9 of 9) sorted by null

  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
prepareParsedPatch.pl 34 copiedFromPath => undef,
40 copiedFromPath => undef,
46 copiedFromPath => "sourcePath3",
parsePatch.pl 34 "copiedFromPath",
67 copiedFromPath => undef,
72 copiedFromPath => "Makefile",
parseDiffHeader.pl 53 diffName => "SVN: non-trivial copiedFromPath and sourceRevision values",
70 copiedFromPath => "copied_from_path.py",
parseSvnDiffHeader.pl 110 copiedFromPath => "copied_from_path.py",
161 copiedFromPath => "copied_from_path.py",
parseGitDiffHeader.pl 157 copiedFromPath => "foo",
181 copiedFromPath => "foo",
206 copiedFromPath => "foo",
242 copiedFromPath => "foo",
272 copiedFromPath => "foo",
parseDiff.pl 196 copiedFromPath => "Makefile",
429 copiedFromPath => "Makefile",
1098 copiedFromPath => "foo",
1128 copiedFromPath => "foo",
1170 copiedFromPath => "foo",
  /external/webkit/Tools/Scripts/
VCSUtils.pm 548 # copiedFromPath: the path from which the file was copied or moved if
586 my $copiedFromPath;
611 $copiedFromPath = $1;
619 $copiedFromPath = $1;
648 $header{copiedFromPath} = $copiedFromPath if $copiedFromPath;
652 $header{isCopyWithChanges} = 1 if ($copiedFromPath && ($similarityIndex != 100 || $executableBitDelta));
675 # copiedFromPath: the path from which the file was copied if the diff
700 my $copiedFromPath;
    [all...]
svn-apply 147 my $copiedFromPath = $copyDiffHashRef->{copiedFromPath};
150 scmCopy($copiedFromPath, $indexPath);
svn-unapply 154 $addition = 1 if ($diffHashRef->{isNew} || $diffHashRef->{copiedFromPath} || $patch =~ /\n@@ -0,0 .* @@/);

Completed in 85 milliseconds