Home
last modified time | relevance | path

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

/external/autotest/frontend/tko/
Drpc_interface.py438 def get_motd(): function
439 return rpc_utils.get_motd()
504 result['motd'] = rpc_utils.get_motd()
/external/autotest/frontend/afe/
Drpc_interface.py1546 def get_motd(): function
1550 return rpc_utils.get_motd()
1615 result['motd'] = rpc_utils.get_motd()
Drpc_utils.py483 def get_motd(): function