Home
last modified time | relevance | path

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

/external/autotest/client/cros/
Dpkcs11.py36 def __get_pkcs11_file_list(token_path): argument
39 file_list_output = __run_cmd('find %s ' % token_path + find_args)
42 def __get_token_slot_by_path(token_path): argument
45 match = re.search(r'^Slot (\d+): ' + token_path, line)
51 def __verify_tokenname(token_path): argument
55 match = re.search(r'/home/root/(.*)/chaps', token_path)
79 def __verify_permissions(token_path): argument
85 (token_path, 'chaps:chronos-access', CHAPS_DIR_PERM),
86 ('%s/database' % token_path, 'chaps:chronos-access', CHAPS_DIR_PERM)]