OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copiedFromPath
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/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",
parseGitDiffHeader.pl
157
copiedFromPath
=> "foo",
181
copiedFromPath
=> "foo",
206
copiedFromPath
=> "foo",
242
copiedFromPath
=> "foo",
272
copiedFromPath
=> "foo",
parseSvnDiffHeader.pl
136
copiedFromPath
=> "copied_from_path.py",
187
copiedFromPath
=> "copied_from_path.py",
parseDiff.pl
198
copiedFromPath
=> "Makefile",
435
copiedFromPath
=> "Makefile",
1165
copiedFromPath
=> "foo",
1195
copiedFromPath
=> "foo",
1238
copiedFromPath
=> "foo",
/external/chromium_org/third_party/WebKit/Tools/Scripts/
VCSUtils.pm
631
#
copiedFromPath
: the path from which the file was copied or moved if
669
my $
copiedFromPath
;
694
$
copiedFromPath
= $1;
702
$
copiedFromPath
= $1;
731
$header{
copiedFromPath
} = $
copiedFromPath
if $
copiedFromPath
;
735
$header{isCopyWithChanges} = 1 if ($
copiedFromPath
&& ($similarityIndex != 100 || $executableBitDelta));
758
#
copiedFromPath
: the path from which the file was copied if the diff
783
my $
copiedFromPath
;
[
all
...]
svn-apply
148
my $
copiedFromPath
= $copyDiffHashRef->{
copiedFromPath
};
151
scmCopy($
copiedFromPath
, $indexPath);
svn-unapply
155
$addition = 1 if ($diffHashRef->{isNew} || $diffHashRef->{
copiedFromPath
} || $patch =~ /\n@@ -0,0 .* @@/);
Completed in 258 milliseconds