Home
last modified time | relevance | path

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

/external/ltp/testcases/network/nfs/nfs_stress/
Dnfs_lib.sh72 local remote_dir
79 remote_dir="$TST_TMPDIR/$i/$type"
83 tst_rhost_run -c "test -d $remote_dir"
85 tst_rhost_run -s -c "mkdir -p $remote_dir"
87 *:$remote_dir"
93 mount_dir="[$(tst_ipaddr rhost)]:$remote_dir"
95 mount_dir="$(tst_ipaddr rhost):$remote_dir"
120 local remote_dir
132 remote_dir="$TST_TMPDIR/$i/$type"
133 tst_rhost_run -c "test -d $remote_dir && exportfs -u *:$remote_dir"
[all …]
/external/skia/infra/bots/recipe_modules/ct/
Dapi.py35 remote_dir = 'gs://%s/swarming/skps/%s/%s' % (
46 gsutil_args.append('%s/%s/*.skp' % (str(remote_dir), i))
/external/toolchain-utils/automation/clients/helper/
Dperforce.py207 remote_dir = os.path.join(snapshot, local_path)
212 'rsync', '-lr', remote_dir, local_dir)