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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-apply 433 my $escapedDestination = escapeSubversionPath($destination);
434 system("svn", "copy", $escapedSource, $escapedDestination) == 0 or die "Failed to svn copy $escapedSource $escapedDestination.";
VCSUtils.pm 166 my $escapedDestination = escapeSubversionPath($destination);
168 system("svn", "move", $escapedSource, $escapedDestination);
    [all...]

Completed in 67 milliseconds