Home | History | Annotate | Download | only in cros

Lines Matching refs:mounted

298         mounted = False
299 while retry < MOUNT_RETRY_COUNT and not mounted:
307 mounted = True
309 if not mounted:
311 # Ensure that the vault is mounted.
320 # Ensure that the guest vault is mounted.
340 # Ensure that the vault is not mounted.
376 """Check whether a vault is mounted for the given user.
379 whether a vault is mounted for any user.
385 In addition, if mounted over ext4, we check the directory is encrypted.
435 """Check whether a vault is mounted for the guest user.
452 """Check if user is mounted over ecryptfs or ext4 crypto. """
513 The resulting home directory will be mounted.
685 """Tests whether a user's cryptohome is mounted."""
691 """Raises a test failure if a user's cryptohome is not mounted."""