Home
last modified time | relevance | path

Searched refs:dst_dir (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dditto.sh190 then ($remote $dst_user $dst_host "{ test ! -f .profile || . ./.profile ;} && cd $dst_dir && read &…
191 else (cd $dst_dir && read && eval "${tw[@]}") 2>&1 |&
454 …! -f .profile || . ./.profile ;} && { test -d \"$dst_dir\" || mkdir -p \"$dst_dir\" ;} && cd \"$ds…
456 … ( { test -d "$dst_dir" || mkdir -p "$dst_dir" ;} && cd "$dst_dir" && gunzip | $pax $paxreadflags )
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_mv_001_pos.ksh100 log_must mv ${obj[i]} $dst_dir
101 dst_acl=$(get_acl $dst_dir)
102 dst_mode=$(get_mode $dst_dir)
103 dst_nested_acl=$(get_acl $dst_dir/$nestedfile)
104 dst_nested_mode=$(get_mode $dst_dir/$nestedfile)
137 dst_dir=dstdir.$$