HomeSort by: relevance | last modified time | path
    Searched refs:rsync (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/libfido2/dist/fuzz/
Makefile 77 gsutil -q -m rsync -d -r ${REMOTE}/libFuzzer/libfido2_$(@:/corpus=) $@
  /src/external/mit/libcbor/dist/
.travis-qemu.sh 44 sudo rsync -a ${TRAVIS_BUILD_DIR}/ ${CHROOT_DIR}/${TRAVIS_BUILD_DIR}/
  /src/external/bsd/zstd/dist/lib/compress/
zstdmt_compress.c 863 rsyncState_t rsync; member in struct:ZSTDMT_CCtx_s
1292 mtctx->rsync.hash = 0;
1293 mtctx->rsync.hitMask = (1ULL << rsyncBits) - 1;
1294 mtctx->rsync.primePower = ZSTD_rollingHash_primePower(RSYNC_LENGTH);
1708 U64 const primePower = mtctx->rsync.primePower;
1709 U64 const hitMask = mtctx->rsync.hitMask;
1719 /* Rsync is disabled. */
  /src/external/gpl2/xcvs/dist/src/
sanity.sh 1154 # Test that $RSYNC supports the options we need or try to find a
1155 # replacement. If $RSYNC works or we replace it, and return 0.
1160 # rsync is NOT a GNU tool, so do NOT use find_tool for name munging.
1161 for rsync in ${RSYNC} `Which -a rsync`;
1164 if is_bad_tool `Which $rsync` ; then continue ; fi
1165 # Make some data to test rsync on.
1166 mkdir $TESTDIR/rsync-test
1167 mkdir $TESTDIR/rsync-test/Attic && touch $TESTDIR/rsync-test/Attic/
    [all...]
  /src/external/zlib/pigz/dist/
pigz.c 222 should result in small changes in the archive for rsync. Note that due to
406 the expense of more blocks transmitted for rsync updates. (Your mileage may
476 int rsync; /* true for rsync blocking */ member in struct:__anon24661
1787 if (g.rsync && curr->len) {
2019 if (g.rsync && got) {
3644 " -R, --rsyncable Input-determined block locations for rsync",
3713 g.rsync = 0; /* don't do rsync blocking */
3842 case 'R': g.rsync = 1; break
    [all...]

Completed in 22 milliseconds