Lines Matching refs:local_path
1021 def add_client_log(self, hostname, remote_path, local_path):
1027 @param local_path - the local directory to copy the logs into
1030 logs_list.append((hostname, remote_path, local_path))
1034 def remove_client_log(self, hostname, remote_path, local_path):
1040 @param local_path - the local directory to copy the logs into
1043 logs_list.remove((hostname, remote_path, local_path))
1050 @returns A list of (host, remote_path, local_path) tuples. Returns