Lines Matching refs:remote_path
1021 def add_client_log(self, hostname, remote_path, local_path):
1026 @param remote_path - the directory on the remote machine holding logs
1030 logs_list.append((hostname, remote_path, local_path))
1034 def remove_client_log(self, hostname, remote_path, local_path):
1039 @param remote_path - the directory on the remote machine holding logs
1043 logs_list.remove((hostname, remote_path, local_path))
1050 @returns A list of (host, remote_path, local_path) tuples. Returns