HomeSort by relevance Sort by last modified time
    Searched refs:epoch_seconds (Results 1 - 5 of 5) sorted by null

  /external/autotest/server/cros/clique_lib/
clique_runner.py 127 epoch_seconds = time.time()
128 logging.info('Syncing epoch time on DUTs to %d seconds.', epoch_seconds)
130 dut.wifi_client.shill.sync_time_to(epoch_seconds)
  /external/autotest/server/cros/network/
wpa_cli_proxy.py 356 def sync_time_to(self, epoch_seconds):
358 Sync time on the DUT to |epoch_seconds| from the epoch.
360 @param epoch_seconds float: number of seconds since the epoch.
364 self._host.run('date -u %f' % epoch_seconds, ignore_status=True)
wifi_client.py 474 epoch_seconds = time.time()
475 self.shill.sync_time_to(epoch_seconds)
    [all...]
  /external/autotest/client/cros/networking/
shill_xmlrpc_server.py 394 def sync_time_to(self, epoch_seconds):
395 """Sync time on the DUT to |epoch_seconds| from the epoch.
397 @param epoch_seconds: float number of seconds from the epoch.
400 utils.run('date -u --set=@%f' % epoch_seconds)
  /external/autotest/server/
site_linux_system.py 367 epoch_seconds = time.time()
371 (epoch_seconds, busybox_date))

Completed in 175 milliseconds