Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.h63 Status DownloadModuleSlice(const FileSpec &src_file_spec,
H A DPlatformAndroid.cpp233 Status PlatformAndroid::DownloadModuleSlice(const FileSpec &src_file_spec, in DownloadModuleSlice() argument
240 return GetFile(src_file_spec, dst_file_spec); in DownloadModuleSlice()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h946 virtual Status DownloadModuleSlice(const FileSpec &src_file_spec,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1613 Status Platform::DownloadModuleSlice(const FileSpec &src_file_spec, in DownloadModuleSlice() argument
1627 auto src_fd = OpenFile(src_file_spec, File::eOpenOptionReadOnly, in DownloadModuleSlice()