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

  /external/v8/tools/gyp/test/mac/postbuild-copy-bundle/
postbuild-copy-framework.sh 9 rsync -acC --delete "$1" "$2"
  /external/eigen/scripts/
eigen_gen_docs 17 # (the '/' at the end of path is very important, see rsync documentation)
18 rsync -az --no-p --delete build/doc/html/ $USER@ssh.tuxfamily.org:eigen/eigen.tuxfamily.org-web/htdocs/$UPLOAD_DIR/ || { echo "upload failed"; exit 1; }
  /external/v8/build/mac/
copy_framework_unversioned.sh 93 rsync -acC --delete --exclude Headers --exclude PrivateHeaders \
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_rsync_funcs.py 15 """Unit tests for functions in rsync command."""
20 from gslib.commands.rsync import _ComputeNeededFileChecksums
21 from gslib.commands.rsync import _NA
  /external/libexif/doc/
Makefile.am 84 rsync -avz --progress $(DOXYGEN_OUTPUT_DIR)/$(HTML_APIDOC_DIR)/ sf:/home/users/h/hu/hun/libexif/htdocs/api/
86 rsync -avz --progress $(DOXYGEN_OUTPUT_DIR)/$(HTML_APIDOC_INTERNALS_DIR)/ sf:/home/users/h/hu/hun/libexif/htdocs/internals/
  /external/vboot_reference/scripts/image_signing/
align_rootfs.sh 61 sudo rsync -v -a -H -A -x --force --inplace --numeric-ids --delete \
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/doc/
Makefile 138 rsync _build/html/* sybren@stuvel.eu:stuvel.eu/manager/files/python-rsa-doc/ -va
  /developers/build/
github.sh 281 rsync -az --delete --exclude '*.git' ../prebuilts/gradle/$i/ ./android-$i/
  /external/autotest/server/hosts/
abstract_ssh.py 101 # Check if rsync is available on the remote host. If it's not,
105 logging.warning("rsync not available on remote host %s -- disabled",
112 Check if rsync is available on the remote host.
115 self.run("rsync --version", stdout_tee=None, stderr_tee=None)
124 the style used by rsync and scp.
131 # rsync and scp require IPv6 brackets, even when there isn't any
143 appropriate rsync command for copying them. Remote paths must be
157 command = ("rsync %s %s --timeout=1800 --rsh='%s' -az --no-o --no-g "
188 Given an rsync-style path, returns a list of globbed paths
190 support the full range of rsync pattern matching behaviour, only tha
    [all...]
  /external/bison/build-aux/
gnu-web-doc-update 105 find_tool RSYNC rsync
170 $RSYNC -avP "$builddir"/doc/manual/ $tmp/$pkg/manual
  /frameworks/base/tools/obbtool/
mkobb.sh 37 RSYNCBIN=`which rsync`
253 # rsync the files!
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urlparse.py 43 'snews', 'prospero', 'rtsp', 'rtspu', 'rsync', '',
  /prebuilts/gdb/linux-x86/lib/python2.7/
urlparse.py 43 'snews', 'prospero', 'rtsp', 'rtspu', 'rsync', '',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urlparse.py 43 'snews', 'prospero', 'rtsp', 'rtspu', 'rsync', '',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urlparse.py 43 'snews', 'prospero', 'rtsp', 'rtspu', 'rsync', '',
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
rsync.py 15 """Implementation of Unix-like rsync command."""
59 gsutil rsync [-c] [-C] [-d] [-e] [-n] [-p] [-r] [-U] [-x] src_url dst_url
68 The gsutil rsync command makes the contents under dst_url the same as the
74 gsutil rsync -d data gs://mybucket/data
78 gsutil rsync -d -r data gs://mybucket/data
83 gsutil rsync -r data gs://mybucket/data
89 gsutil -m rsync -d -r data gs://mybucket/data
99 gsutil rsync -d -r gs://mybucket/data data
103 gsutil rsync -d -r gs://mybucket1 gs://mybucket2
107 gsutil rsync -d -r dir1 dir
    [all...]
  /build/core/
Makefile     [all...]

Completed in 616 milliseconds