Home | History | Annotate | Download | only in server

Lines Matching refs:local_path

1236     def add_client_log(self, hostname, remote_path, local_path):
1242 @param local_path - the local directory to copy the logs into
1245 logs_list.append((hostname, remote_path, local_path))
1249 def remove_client_log(self, hostname, remote_path, local_path):
1255 @param local_path - the local directory to copy the logs into
1258 logs_list.remove((hostname, remote_path, local_path))
1265 @returns A list of (host, remote_path, local_path) tuples. Returns