Home
last modified time | relevance | path

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

/external/autotest/client/bin/
Dxfstest_util.py19 env_partition={} variable in xfstests_env
57 self.env_partition[name] = job.partition(
65 os.environ['%s_DEV' % name] = self.env_partition[name].device
67 test_dir = self.env_partition['TEST'].mountpoint
70 os.environ['SCRATCH_MNT'] = self.env_partition['SCRATCH'].mountpoint
85 self.env_partition[name].mkfs(fstype=fs_type, args=mkfs_args)
94 self.env_partition[name].unmount(ignore_status=True)