Searched refs:token_path (Results 1 – 1 of 1) sorted by relevance
36 def __get_pkcs11_file_list(token_path): argument39 file_list_output = __run_cmd('find %s ' % token_path + find_args)42 def __get_token_slot_by_path(token_path): argument45 match = re.search(r'^Slot (\d+): ' + token_path, line)51 def __verify_tokenname(token_path): argument55 match = re.search(r'/home/root/(.*)/chaps', token_path)79 def __verify_permissions(token_path): argument85 (token_path, 'chaps:chronos-access', CHAPS_DIR_PERM),86 ('%s/database' % token_path, 'chaps:chronos-access', CHAPS_DIR_PERM)]