Searched refs:log_calls (Results 1 – 1 of 1) sorted by relevance
/trusted-firmware-a-latest/tools/sptool/ |
D | spactions.py | 29 …def __init__(self, action, exec_order=DEFAULT_ACTION_ORDER, global_action=True, log_calls = False): argument 37 self.action = logged_action(action) if log_calls is True else action 61 …def sp_action(in_action = None, global_action = False, log_calls=False, exec_order=DEFAULT_ACTION_… argument 72 action = _ConfiguredAction(action, exec_order, global_action, log_calls)
|