Searched refs:_mount (Results 1 – 3 of 3) sorted by relevance
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)
37 _mount() function88 _mount $3104 _mount $MNT111 _mount $MNT
21 def _mount(self, target): member in security_ChromiumOSLSM29 succeeded = (self._mount(target) == 0)