Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h982 virtual Status DownloadModuleSlice(const FileSpec &src_file_spec,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1722 Status Platform::DownloadModuleSlice(const FileSpec &src_file_spec, in DownloadModuleSlice() argument
1736 auto src_fd = OpenFile(src_file_spec, File::eOpenOptionReadOnly, in DownloadModuleSlice()