Lines Matching refs:GetPath
40 auto ec = sys::fs::create_directory(root->GetPath()); in Initialize()
149 file_spec.GetPath(path, false); in MakeAbsolute()
197 llvm::sys::fs::remove_directories(m_root.GetPath()); in Discard()
211 auto strm = std::make_unique<raw_fd_ostream>(index.GetPath(), EC, in AddProvidersToIndex()
234 auto error_or_file = MemoryBuffer::getFile(index.GetPath()); in LoadIndex()
269 vfs::getRealFileSystem()->getBufferForFile(vfs_mapping.GetPath()); in Verify()
276 std::move(buffer.get()), nullptr, vfs_mapping.GetPath()); in Verify()
372 reproducer_root.CopyByAppendingPathComponent("files.txt").GetPath(); in Finalize()
374 reproducer_root.CopyByAppendingPathComponent("dirs.txt").GetPath(); in Finalize()
377 reproducer_root.CopyByAppendingPathComponent("root").GetPath(), in Finalize()
378 reproducer_root.GetPath()); in Finalize()
392 collector.writeMapping(mapping.GetPath()); in Finalize()