Searched refs:_src (Results 1 - 1 of 1) sorted by relevance

/systemd/test/
H A Dtest-functions711 local _src=$1 target="${2:-$1}"
718 if [[ -e "${_src%/*}/.${_src##*/}.hmac" ]]; then
719 inst "${_src%/*}/.${_src##*/}.hmac" "${target%/*}/.${target##*/}.hmac"
721 ddebug "Installing $_src"
722 cp --sparse=always -pfL "$_src" "${initdir}/$target"
754 local _src="$1" _dest=${2:-$1} _lib _reallib _symlink
757 if [[ -L $_src ]]; then
759 if [[ -e "${_src
[all...]

Completed in 10 milliseconds