Lines Matching refs:GetPath
58 auto ec = sys::fs::create_directory(root->GetPath()); in Initialize()
167 file_spec.GetPath(path, false); in MakeAbsolute()
213 llvm::sys::fs::remove_directories(m_root.GetPath()); in Discard()
227 auto strm = std::make_unique<raw_fd_ostream>(index.GetPath(), EC, in AddProvidersToIndex()
250 auto error_or_file = MemoryBuffer::getFile(index.GetPath()); in LoadIndex()
285 vfs::getRealFileSystem()->getBufferForFile(vfs_mapping.GetPath()); in Verify()
292 std::move(buffer.get()), nullptr, vfs_mapping.GetPath()); in Verify()
388 reproducer_root.CopyByAppendingPathComponent("files.txt").GetPath(); in Finalize()
390 reproducer_root.CopyByAppendingPathComponent("dirs.txt").GetPath(); in Finalize()
393 reproducer_root.CopyByAppendingPathComponent("root").GetPath(), in Finalize()
394 reproducer_root.GetPath()); in Finalize()
408 collector.writeMapping(mapping.GetPath()); in Finalize()