Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Initialization/
DSystemInitializerCommon.cpp46 FileSpec vfs_mapping = loader->GetFile<FileProvider::Info>(); in InitializeFileSystem() local
47 if (vfs_mapping) { in InitializeFileSystem()
48 if (llvm::Error e = FileSystem::Initialize(vfs_mapping)) in InitializeFileSystem()
/external/llvm-project/lldb/source/Utility/
DReproducer.cpp283 FileSpec vfs_mapping = m_loader->GetFile<FileProvider::Info>(); in Verify() local
285 vfs::getRealFileSystem()->getBufferForFile(vfs_mapping.GetPath()); in Verify()
292 std::move(buffer.get()), nullptr, vfs_mapping.GetPath()); in Verify()
/external/llvm-project/lldb/source/Commands/
DCommandObjectReproducer.cpp426 FileSpec vfs_mapping = loader->GetFile<FileProvider::Info>(); in DoExecute() local
430 vfs::getRealFileSystem()->getBufferForFile(vfs_mapping.GetPath()); in DoExecute()
438 std::move(buffer.get()), nullptr, vfs_mapping.GetPath()); in DoExecute()