Home
last modified time | relevance | path

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

/external/autotest/server/cros/clique_lib/
Dclique_runner.py124 epoch_seconds = time.time()
125 logging.info('Syncing epoch time on DUTs to %d seconds.', epoch_seconds)
127 dut.wifi_client.shill.sync_time_to(epoch_seconds)
/external/autotest/server/cros/network/
Dwpa_cli_proxy.py360 def sync_time_to(self, epoch_seconds): argument
368 self._host.run('date -u %f' % epoch_seconds, ignore_status=True)
Dwifi_client.py483 epoch_seconds = time.time()
484 self.shill.sync_time_to(epoch_seconds)
/external/autotest/client/cros/networking/
Dshill_xmlrpc_server.py394 def sync_time_to(self, epoch_seconds): argument
400 utils.run('date -u --set=@%f' % epoch_seconds)
/external/autotest/server/
Dsite_linux_system.py412 epoch_seconds = time.time()
416 (epoch_seconds, busybox_date))