Home | History | Annotate | Download | only in cros

Lines Matching refs:__run_cmd

22 def __run_cmd(cmd):
66 out = __run_cmd(CRYPTOHOME_CMD + ' --action=tpm_status')
102 out = __run_cmd(CRYPTOHOME_CMD + ' --action=tpm_more_status | grep :')
136 out = __run_cmd(CRYPTOHOME_CMD + ' --action=get_login_status')
149 out = __run_cmd(CRYPTOHOME_CMD + ' --action=tpm_attestation_status')
164 __run_cmd(CRYPTOHOME_CMD + ' --action=tpm_take_ownership')
165 __run_cmd(CRYPTOHOME_CMD + ' --action=tpm_wait_ownership')
183 __run_cmd(cmd)
207 logging.info(__run_cmd(' '.join(args)))
216 __run_cmd(' '.join(args))
233 logging.info(__run_cmd(' '.join(args)))
251 __run_cmd(CRYPTOHOME_CMD + ' --action=unmount')
333 key = __run_cmd(' | ' .join(find_key_cmd_list))
337 out = __run_cmd(' | '.join(cmd_list))
395 pid = __run_cmd('pgrep cryptohomed')