Home
last modified time | relevance | path

Searched refs:remote_filename (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/brillo/
Daudio_utils.py153 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
/external/llvm-project/lldb/source/Target/
DPlatform.cpp1772 const lldb_private::FileSpec &remote_filename, in LoadImageUsingPaths() argument
1778 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()