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

  /external/autotest/server/hosts/
abstract_ssh.py 97 def use_rsync(self): member in class:AbstractSSHHost
323 if self.use_rsync():
412 if self.use_rsync():
    [all...]
  /external/autotest/site_utils/
gs_offloader_unittest.py 300 def _command_list_assertions(self, job, use_rsync=True, multi=False):
314 @param use_rsync True when using 'rsync'. False when using 'cp'.
320 gs_offloader.USE_RSYNC_ENABLED = use_rsync
331 if use_rsync:
356 self._command_list_assertions(job, use_rsync=False)
362 self._command_list_assertions(job, use_rsync=False)
    [all...]

Completed in 59 milliseconds