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

  /external/autotest/scheduler/
drones.py 178 def send_file_to(self, drone, source_path, destination_path, member in class:_LocalDrone
184 self.queue_call('send_file_to', drone.hostname, source_path,
208 def send_file_to(self, drone, source_path, destination_path, member in class:_RemoteDrone
217 self.queue_call('send_file_to', drone.hostname, source_path,
drone_manager_unittest.py 30 'send_file_to': []}
42 def send_file_to(self, drone, source_path, destination_path, member in class:MockDrone
44 self._recorded_calls['send_file_to'].append(
64 return self._check_for_recorded_call('send_file_to',
drone_utility.py 400 def send_file_to(self, hostname, source_path, destination_path, member in class:DroneUtility
drone_manager.py 874 source_drone.send_file_to(self._results_drone, full_source,
    [all...]

Completed in 210 milliseconds