Home
last modified time | relevance | path

Searched defs:FifoFile (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DFifoFiles.h24 struct FifoFile { struct
38 /// A \a std::shared_ptr<FifoFile> if the file could be created, or an argument
H A DFifoFiles.cpp31 FifoFile::FifoFile(StringRef path) : m_path(path) {} in FifoFile() function in lldb_vscode::FifoFile