Home
last modified time | relevance | path

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

/external/autotest/client/bin/
Dvm_sanity.py33 def __init__(self, count=1, run_cryptohome=True, run_incognito=True, argument
36 self.run_cryptohome = run_cryptohome
47 if self.run_cryptohome:
143 if opts.run_all or not (opts.run_cryptohome or opts.run_incognito or
145 opts.run_cryptohome = opts.run_incognito = opts.run_screen_lock = True
147 VMSanity(opts.count, opts.run_cryptohome, opts.run_incognito,