Home
last modified time | relevance | path

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

/external/ltp/testcases/network/nfs/nfs_stress/
Dnfs_lib.sh51 local export_cmd="exportfs -i -o no_root_squash,rw *:$remote_dir"
54 if [ ! -d $remote_dir ]; then
55 mkdir -p $remote_dir
61 if ! tst_rhost_run -c "test -d $remote_dir"; then
62 tst_rhost_run -s -c "mkdir -p $remote_dir; $export_cmd"
74 mount_dir="[$(tst_ipaddr $host_type)]:$remote_dir"
76 mount_dir="$(tst_ipaddr $host_type):$remote_dir"
102 local remote_dir
110 remote_dir="$TST_TMPDIR/$i/$type"
134 local remote_dir
[all …]
/external/toolchain-utils/automation/clients/helper/
Dperforce.py207 remote_dir = os.path.join(snapshot, local_path)
212 'rsync', '-lr', remote_dir, local_dir)