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

  /external/autotest/client/common_lib/cros/
autoupdater.py 31 class ChromiumOSError(error.InstallError):
39 class RootFSUpdateError(ChromiumOSError):
43 class StatefulUpdateError(ChromiumOSError):
262 raise ChromiumOSError('%s is not in an installable state' %
288 raise ChromiumOSError('Encountered unknown root partition: %s' %
466 raise ChromiumOSError(
594 @param rollback_message: string to raise as a ChromiumOSError
597 @raises ChromiumOSError: If we didn't.
631 raise ChromiumOSError(rollback_message)
638 exception=ChromiumOSError(),
    [all...]
  /external/autotest/client/cros/
cryptohome.py 17 class ChromiumOSError(error.TestError):
70 raise ChromiumOSError('Invalid TPM status: "%s".' % out)
140 raise ChromiumOSError('Invalid login status: "%s".' % out)
153 raise ChromiumOSError('Invalid attestation status: "%s".' % out)
185 raise ChromiumOSError('Cryptohome could not remove the user\'s vault.')
210 raise ChromiumOSError('Cryptohome vault not found after mount.')
216 raise ChromiumOSError('Cryptohome created a vault but did not mount.')
225 raise ChromiumOSError('Cryptohome did not mount tmpfs.')
243 raise ChromiumOSError('Cryptohome did not unmount the user.')
256 raise ChromiumOSError('Could not get info about cryptohome vault
    [all...]
  /external/autotest/server/hosts/
cros_host.py 621 raise autoupdater.ChromiumOSError(
730 @raises autoupdater.ChromiumOSError
    [all...]

Completed in 120 milliseconds