|
Android-cuttlefish cvd tool
|
This is the complete list of members for cuttlefish::SharedFD, including all inherited members.
| Dup(int unmanaged_fd) | cuttlefish::SharedFD | static |
| ErrorFD(int error) | cuttlefish::SharedFD | privatestatic |
| MemfdCreateWithData(const std::string &name, const std::string &data, unsigned int flags=0) | cuttlefish::SharedFD | static |
| Mkostemp(std::string_view path, int flags=O_CLOEXEC) | cuttlefish::SharedFD | static |
| Open(const char *pathname, int flags, mode_t mode=0) | cuttlefish::SharedFD | static |
| Open(const std::string &pathname, int flags, mode_t mode=0) | cuttlefish::SharedFD | static |
| operator*() const | cuttlefish::SharedFD | inline |
| operator*() | cuttlefish::SharedFD | inline |
| operator->() const | cuttlefish::SharedFD | inline |
| operator<=>(const SharedFD &) const =default | cuttlefish::SharedFD | |
| operator=(SharedFD const &)=default | cuttlefish::SharedFD | |
| operator=(SharedFD &&other) | cuttlefish::SharedFD | |
| operator=(Fd other) | cuttlefish::SharedFD | |
| Pipe(SharedFD *fd0, SharedFD *fd1) | cuttlefish::SharedFD | static |
| Poll(PollSharedFd *fds, size_t num_fds, int timeout) | cuttlefish::SharedFD | static |
| Poll(std::vector< PollSharedFd > &fds, int timeout) | cuttlefish::SharedFD | static |
| SharedFD() | cuttlefish::SharedFD | |
| SharedFD(const std::shared_ptr< Fd > &in) | cuttlefish::SharedFD | inline |
| SharedFD(SharedFD const &)=default | cuttlefish::SharedFD | |
| SharedFD(SharedFD &&other) | cuttlefish::SharedFD | |
| SharedFD(Fd other) | cuttlefish::SharedFD | |
| Socket(int domain, int socket_type, int protocol) | cuttlefish::SharedFD | static |
| Socket6Client(const std::string &host, const std::string &interface, int port, int type, std::chrono::seconds timeout=std::chrono::seconds(0)) | cuttlefish::SharedFD | static |
| SocketClient(const std::string &host, int port, int type, std::chrono::seconds timeout=std::chrono::seconds(0)) | cuttlefish::SharedFD | static |
| SocketLocalClient(const std::string &name, bool is_abstract, int in_type) | cuttlefish::SharedFD | static |
| SocketLocalClient(const std::string &name, bool is_abstract, int in_type, int timeout_seconds) | cuttlefish::SharedFD | static |
| SocketLocalClient(int port, int type) | cuttlefish::SharedFD | static |
| SocketLocalServer(const std::string &name, bool is_abstract, int in_type, mode_t mode) | cuttlefish::SharedFD | static |
| SocketLocalServer(int port, int type) | cuttlefish::SharedFD | static |
| SocketPair(int domain, int type, int protocol, SharedFD *fd0, SharedFD *fd1) | cuttlefish::SharedFD | static |
| SocketPair(int domain, int type, int protocol) | cuttlefish::SharedFD | static |
| value_ | cuttlefish::SharedFD | private |
| WeakFD | cuttlefish::SharedFD | friend |