Searched defs:FifoFile (Results 1 – 2 of 2) sorted by relevance
24 struct FifoFile { struct38 /// A \a std::shared_ptr<FifoFile> if the file could be created, or an argument
31 FifoFile::FifoFile(StringRef path) : m_path(path) {} in FifoFile() function in lldb_vscode::FifoFile