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

  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseGitDiffHeader.pl 208 shouldDeleteSource => 1,
245 shouldDeleteSource => 1,
276 shouldDeleteSource => 1,
  /external/webkit/Tools/Scripts/
VCSUtils.pm 562 # shouldDeleteSource: the value 1 if the file was copied or moved and
593 my $shouldDeleteSource = 0;
620 $shouldDeleteSource = 1;
655 $header{shouldDeleteSource} = $shouldDeleteSource if $shouldDeleteSource;
933 if ($headerHashRef->{shouldDeleteSource}) {
    [all...]

Completed in 337 milliseconds