Lines Matching refs:__run_cmd
21 def __run_cmd(cmd): function
65 out = __run_cmd(CRYPTOHOME_CMD + ' --action=tpm_status')
101 out = __run_cmd(CRYPTOHOME_CMD + ' --action=tpm_more_status | grep :')
135 out = __run_cmd(CRYPTOHOME_CMD + ' --action=get_login_status')
148 out = __run_cmd(CRYPTOHOME_CMD + ' --action=tpm_attestation_status')
163 __run_cmd(CRYPTOHOME_CMD + ' --action=tpm_take_ownership')
164 __run_cmd(CRYPTOHOME_CMD + ' --action=tpm_wait_ownership')
182 __run_cmd(cmd)
206 logging.info(__run_cmd(' '.join(args)))
222 logging.info(__run_cmd(' '.join(args)))
240 __run_cmd(CRYPTOHOME_CMD + ' --action=unmount')
340 pid = __run_cmd('pgrep cryptohomed')