Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/security_DeviceJail_Filesystem/
Dsecurity_DeviceJail_Filesystem.py33 self._mount = tempfile.mkdtemp(prefix='djfs_test_')
34 logging.debug('Attempting to mount device_jail_fs on %s', self._mount)
36 self._subprocess = subprocess.Popen(['device_jail_fs', self._mount])
54 if not filename.startswith(self._mount):
58 relative_dev_path = filename[len(self._mount) + 1:]
76 for dirpath, _, filenames in os.walk(self._mount):
89 subprocess.check_call(['fusermount', '-u', self._mount])
111 os.rmdir(self._mount)
/external/f2fs-tools/scripts/
Dverify.sh37 _mount() function
88 _mount $3
104 _mount $MNT
111 _mount $MNT
/external/autotest/client/site_tests/security_ChromiumOSLSM/
Dsecurity_ChromiumOSLSM.py21 def _mount(self, target): member in security_ChromiumOSLSM
29 succeeded = (self._mount(target) == 0)