Home | History | Annotate | Download | only in cmockery_0_1_2

Lines Matching refs:dstdir

216   dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'`
221 if test ! -d "$dstdir"; then
229 set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
260 dsttmp=$dstdir/_inst.$$_
261 rmtmp=$dstdir/_rm.$$_
282 { $doit $mvcmd -f "$dsttmp" "$dstdir/$dstfile" 2>/dev/null \
294 if test -f "$dstdir/$dstfile"; then
295 $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \
296 || $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \
298 echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2
307 $doit $mvcmd "$dsttmp" "$dstdir/$dstfile"