HomeSort by relevance Sort by last modified time
    Searched refs:_mount (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/site_tests/security_DeviceJail_Filesystem/
security_DeviceJail_Filesystem.py 33 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/
verify.sh 37 _mount() function
88 _mount $3
104 _mount $MNT
111 _mount $MNT
  /external/autotest/client/site_tests/security_ChromiumOSLSM/
security_ChromiumOSLSM.py 21 def _mount(self, target): member in class:security_ChromiumOSLSM
29 succeeded = (self._mount(target) == 0)

Completed in 117 milliseconds