Home
last modified time | relevance | path

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

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