Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBCommunication.i44 AdoptFileDesriptor (int fd, bool owns_fd);
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBCommunication.h48 lldb::ConnectionStatus AdoptFileDesriptor(int fd, bool owns_fd);
/openbsd/src/gnu/llvm/lldb/source/API/
DSBCommunication.cpp70 ConnectionStatus SBCommunication::AdoptFileDesriptor(int fd, bool owns_fd) { in AdoptFileDesriptor() function in SBCommunication