Searched refs:remote_filename (Results 1 – 2 of 2) sorted by relevance
153 remote_filename = os.path.join(dut_tmp_dir, 'sine.' + file_format)157 logging.info('remote_filename %s', remote_filename)158 host.send_file(local_encoded_filename, remote_filename)159 return local_filename, remote_filename
1772 const lldb_private::FileSpec &remote_filename, in LoadImageUsingPaths() argument1778 if (remote_filename.IsAbsolute()) in LoadImageUsingPaths()1779 file_to_use = FileSpec(remote_filename.GetFilename().GetStringRef(), in LoadImageUsingPaths()1781 remote_filename.GetPathStyle()); in LoadImageUsingPaths()1783 file_to_use = remote_filename; in LoadImageUsingPaths()