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

/systemd/test/
H A Dtest-functions456 local _file _line
462 _file=${BASH_REMATCH[1]}
463 [[ -e ${initdir}/$_file ]] && continue
464 inst_library "$_file"
683 local _dir="$1" _part="${1%/*}" _file
690 for _file in $_dir; do
691 [[ -e "${initdir}/$_file" ]] && continue
692 if [[ -L $_file ]]; then
693 inst_symlink "$_file"
696 mkdir -m 0755 -p "${initdir}/$_file" || retur
[all...]

Completed in 24 milliseconds