Searched refs:scratchLen (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Tools/android/webkitmerge/ |
D | webkitmerge.cpp | 1525 int scratchLen = sprintf(scratch, "diff %s %s | sed -e 's@< \\./\\(.*\\)$" in CopyOther() local 1530 scratchLen += sprintf(&scratch[scratchLen], " ; cd %s ; find ", sandboxCmd); in CopyOther() 1532 scratchLen += sprintf(&scratch[scratchLen], " ; find %s/", sandboxCmd); in CopyOther() 1533 scratchLen += sprintf(&scratch[scratchLen], "\\1 -type f -depth 1 | "); in CopyOther() 1535 scratchLen += sprintf(&scratch[scratchLen], "p4 -x - add "); in CopyOther() 1537 scratchLen += sprintf(&scratch[scratchLen], "xargs git add "); in CopyOther() 1538 scratchLen += sprintf(&scratch[scratchLen], in CopyOther() 1549 scratchLen = sprintf(scratch, "diff -r -q %s %s | sed -e " in CopyOther() 1553 scratchLen += sprintf(&scratch[scratchLen], "p4 delete %s/", sandboxCmd); in CopyOther() 1555 scratchLen += sprintf(&scratch[scratchLen], "git rm "); in CopyOther() [all …]
|