OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rsync
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/WebCore/gyp/
copy-forwarding-and-icu-headers.sh
3
rsync
-aq --exclude ".svn" --exclude ".DS_Store" "$SRCROOT/../ForwardingHeaders" "$BUILT_PRODUCTS_DIR/$PRIVATE_HEADERS_FOLDER_PATH"
4
rsync
-aq --exclude ".svn" --exclude ".DS_Store" "$SRCROOT/../icu" "$BUILT_PRODUCTS_DIR/$PRIVATE_HEADERS_FOLDER_PATH"
/external/eigen/scripts/
eigen_gen_docs
15
# (the '/' at the end of path is very important, see
rsync
documentation)
16
rsync
-az --no-p --delete build/doc/html/ $USER@ssh.tuxfamily.org:eigen/eigen.tuxfamily.org-web/htdocs/dox-devel/ || { echo "upload failed"; exit 1; }
/external/chromium/chrome/browser/ui/cocoa/
install.sh
52
rsync
-lrpt "${SRC}/" "${DEST}"
/external/webkit/Tools/BuildSlaveSupport/
build-launcher-dmg
91
system("
rsync
", "-vP", $nightlyLauncherDiskImagePath, "$nightlyRemoteHost:$nightlyRemoteDiskImagePath") == 0 or die "Failed uploading disk image";
98
system("
rsync
", "-vP", $nightlyLauncherDiskImagePath, $remoteDiskImagePath) == 0 or die "Failed uploading disk image";
/ndk/sources/cxx-stl/llvm-libc++/
Makefile
36
rsync
-r --exclude=".*" --exclude="support" $(SRCDIRS)/include/* \
/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!
/sdk/eclipse/scripts/
create_all_symlinks.sh
84
rsync
-avW --delete-after $1 $2
Completed in 93 milliseconds