Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectReproducer.cpp302 FileSpec vfs_mapping = loader->GetFile<FileProvider::Info>(); in DoExecute() local
306 vfs::getRealFileSystem()->getBufferForFile(vfs_mapping.GetPath()); in DoExecute()
314 std::move(buffer.get()), nullptr, vfs_mapping.GetPath()); in DoExecute()