OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__run_cmd
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/site_tests/hardware_TPMLoadKey/
hardware_TPMLoadKey.py
23
def
__run_cmd
(self, cmd):
member in class:hardware_TPMLoadKey
32
output = self.
__run_cmd
(create_input_file_cmd)
38
output = self.
__run_cmd
(seal_data_cmd)
/external/autotest/client/cros/
pkcs11.py
20
def
__run_cmd
(cmd, ignore_status=False):
function
28
for line in
__run_cmd
('chaps_client --list').split('\n'):
39
file_list_output =
__run_cmd
('find %s ' % token_path + find_args)
43
token_list =
__run_cmd
('p11_replay --list_tokens')
64
token_list =
__run_cmd
('p11_replay --list_tokens')
122
__run_cmd
(verify_cmd)
197
output =
__run_cmd
('p11_replay --generate --replay_wifi',
204
output =
__run_cmd
('p11_replay --replay_wifi --cleanup',
247
return
__run_cmd
('p11_replay --slot=%s %s'
cryptohome.py
27
def
__run_cmd
(cmd):
function
88
out =
__run_cmd
(CRYPTOHOME_CMD + ' --action=tpm_status')
124
out =
__run_cmd
(CRYPTOHOME_CMD + ' --action=tpm_more_status | grep :')
165
out =
__run_cmd
(CRYPTOHOME_CMD +
198
out =
__run_cmd
(cmd)
218
out =
__run_cmd
(CRYPTOHOME_CMD + ' --action=get_login_status')
231
out =
__run_cmd
(CRYPTOHOME_CMD + ' --action=tpm_attestation_status')
247
__run_cmd
(CRYPTOHOME_CMD + ' --action=tpm_take_ownership')
273
__run_cmd
(cmd)
305
logging.info(
__run_cmd
(' '.join(args))
[
all
...]
Completed in 350 milliseconds