Home | History | Annotate | Download | only in scripts

Lines Matching refs:DEST

93   function cpfile { # $1=source $2=dest $3=optional dest filename
102 function cpfile { # $1=source $2=dest $3=optional dest filename
114 DEST="sdk/eclipse/scripts"
343 DEST=""
346 DEST="${SRC:2}"
347 mkdir -vp "$DEST"
380 if [[ ! -d "$DEST" ]]; then
381 die "Invalid cp_file dest directory: $DEST"
384 cpfile "$SRC" "$DEST" "$DEST_FILE"
386 die "## Unknown source '$ORIG_SRC' to copy in '$DEST'"