|
Android-cuttlefish cvd tool
|
This is the complete list of members for cuttlefish::Fd, including all inherited members.
| Accept(const Fd &listener) | cuttlefish::Fd | static |
| Bind(const struct sockaddr *addr, socklen_t addrlen) | cuttlefish::Fd | |
| Chmod(mode_t mode) | cuttlefish::Fd | |
| Close() | cuttlefish::Fd | |
| Connect(const struct sockaddr *addr, socklen_t addrlen) | cuttlefish::Fd | |
| ConnectWithTimeout(const struct sockaddr *addr, socklen_t addrlen, struct timeval *timeout) | cuttlefish::Fd | |
| CopyAllFrom(Fd &in, Fd *stop=nullptr) | cuttlefish::Fd | |
| CopyFrom(Fd &in, size_t length, Fd *stop=nullptr) | cuttlefish::Fd | |
| Creat(std::string_view path, mode_t mode) | cuttlefish::Fd | static |
| Dup(int unmanaged_fd) | cuttlefish::Fd | static |
| Epoll | cuttlefish::Fd | friend |
| errno_ | cuttlefish::Fd | private |
| ErrorFD(int error) | cuttlefish::Fd | privatestatic |
| Fchdir() | cuttlefish::Fd | |
| Fcntl(int command, int value) | cuttlefish::Fd | |
| Fd | cuttlefish::Fd | friend |
| Fd() | cuttlefish::Fd | |
| Fd(Fd &)=delete | cuttlefish::Fd | |
| Fd(Fd &&) | cuttlefish::Fd | |
| Fd(int fd, int in_errno) | cuttlefish::Fd | private |
| fd_ | cuttlefish::Fd | private |
| Fifo(std::string_view pathname, mode_t mode) | cuttlefish::Fd | static |
| Flock(int operation) | cuttlefish::Fd | |
| Fsync() | cuttlefish::Fd | |
| Futimens(const struct timespec times[2]) | cuttlefish::Fd | |
| GetErrno() const | cuttlefish::Fd | inline |
| GetSockName(struct sockaddr *addr, socklen_t *addrlen) | cuttlefish::Fd | |
| GetSockOpt(int level, int optname, void *optval, socklen_t *optlen) | cuttlefish::Fd | |
| identity_ | cuttlefish::Fd | private |
| InotifyAddWatch(const std::string &pathname, uint32_t mask) | cuttlefish::Fd | |
| InotifyRmWatch(int watch) | cuttlefish::Fd | |
| Ioctl(int request, void *val=nullptr) | cuttlefish::Fd | |
| is_regular_file_ | cuttlefish::Fd | private |
| IsATTY() | cuttlefish::Fd | |
| IsOpen() const | cuttlefish::Fd | inline |
| IsRegular() const | cuttlefish::Fd | inline |
| IsSet(fd_set *in) const | cuttlefish::Fd | |
| LinkAtCwd(const std::string &path) | cuttlefish::Fd | |
| Listen(int backlog) | cuttlefish::Fd | |
| Log(const char *message) | cuttlefish::Fd | static |
| LSeek(off_t offset, int whence) | cuttlefish::Fd | |
| MemfdCreate(std::string_view name, unsigned int flags=0) | cuttlefish::Fd | static |
| Mkostemp(std::string_view path, int flags=O_CLOEXEC) | cuttlefish::Fd | static |
| MMap(void *addr, size_t length, int prot, int flags, off_t offset) | cuttlefish::Fd | |
| Open(std::string_view pathname, int flags, mode_t mode=0) | cuttlefish::Fd | static |
| operator=(Fd &)=delete | cuttlefish::Fd | |
| operator=(Fd &&) | cuttlefish::Fd | |
| Pipe() | cuttlefish::Fd | static |
| PRead(void *buf, uint64_t count, uint64_t offset) const override | cuttlefish::Fd | virtual |
| PWrite(const void *buf, uint64_t count, uint64_t offset) override | cuttlefish::Fd | virtual |
| Read(void *buf, uint64_t count) override | cuttlefish::Fd | virtual |
| Recv(void *buf, size_t len, int flags) | cuttlefish::Fd | |
| RecvMsg(struct msghdr *msg, int flags) | cuttlefish::Fd | |
| SeekCur(int64_t) override | cuttlefish::Fd | virtual |
| SeekEnd(int64_t) override | cuttlefish::Fd | virtual |
| SeekSet(uint64_t) override | cuttlefish::Fd | virtual |
| Send(const void *buf, size_t len, int flags) | cuttlefish::Fd | |
| SendFile(Fd &in, off_t *offset, size_t count) | cuttlefish::Fd | |
| SendFileDescriptors(const void *buf, size_t len, Args &&... sent_fds) | cuttlefish::Fd | inline |
| SendMsg(const struct msghdr *msg, int flags) | cuttlefish::Fd | |
| Set(fd_set *dest, int *max_index) const | cuttlefish::Fd | |
| SetSockOpt(int level, int optname, const void *optval, socklen_t optlen) | cuttlefish::Fd | |
| SetTerminalRaw() | cuttlefish::Fd | |
| SharedFD | cuttlefish::Fd | friend |
| Shutdown(int how) | cuttlefish::Fd | |
| Socket(int domain, int socket_type, int protocol) | cuttlefish::Fd | static |
| Socket6Client(std::string_view host, std::string_view interface, int port, int type, std::chrono::seconds timeout=std::chrono::seconds(0)) | cuttlefish::Fd | static |
| SocketClient(std::string_view host, int port, int type, std::chrono::seconds timeout=std::chrono::seconds(0)) | cuttlefish::Fd | static |
| SocketLocalClient(std::string_view name, bool is_abstract, int in_type) | cuttlefish::Fd | static |
| SocketLocalClient(std::string_view name, bool is_abstract, int in_type, int timeout_seconds) | cuttlefish::Fd | static |
| SocketLocalClient(int port, int type) | cuttlefish::Fd | static |
| SocketLocalServer(std::string_view name, bool is_abstract, int in_type, mode_t mode) | cuttlefish::Fd | static |
| SocketLocalServer(int port, int type) | cuttlefish::Fd | static |
| SocketPair(int domain, int type, int protocol) | cuttlefish::Fd | static |
| StrError() const | cuttlefish::Fd | |
| Truncate(uint64_t length) override | cuttlefish::Fd | virtual |
| UNMANAGED_Dup() | cuttlefish::Fd | |
| UNMANAGED_Dup2(int newfd) | cuttlefish::Fd | |
| Visit(IoVisitor &) override | cuttlefish::ReaderWriterSeeker | virtual |
| Write(const void *buf, uint64_t count) override | cuttlefish::Fd | virtual |
| ~Fd() | cuttlefish::Fd | |
| ~IoVisitable()=default | cuttlefish::IoVisitable | virtual |
| ~Reader()=default | cuttlefish::Reader | virtual |
| ~Seeker()=default | cuttlefish::Seeker | virtual |
| ~Writer()=default | cuttlefish::Writer | virtual |