Accept(struct sockaddr *addr, socklen_t *addrlen) const | cuttlefish::FileInstance | private |
Bind(const struct sockaddr *addr, socklen_t addrlen) | cuttlefish::FileInstance | |
Chmod(mode_t mode) | cuttlefish::FileInstance | |
Close() | cuttlefish::FileInstance | |
ClosedInstance() | cuttlefish::FileInstance | static |
Connect(const struct sockaddr *addr, socklen_t addrlen) | cuttlefish::FileInstance | |
ConnectWithTimeout(const struct sockaddr *addr, socklen_t addrlen, struct timeval *timeout) | cuttlefish::FileInstance | |
CopyAllFrom(FileInstance &in, FileInstance *stop=nullptr) | cuttlefish::FileInstance | |
CopyFrom(FileInstance &in, size_t length, FileInstance *stop=nullptr) | cuttlefish::FileInstance | |
Epoll | cuttlefish::FileInstance | friend |
errno_ | cuttlefish::FileInstance | private |
Fchdir() | cuttlefish::FileInstance | |
Fcntl(int command, int value) | cuttlefish::FileInstance | |
fd_ | cuttlefish::FileInstance | private |
FileInstance(int fd, int in_errno) | cuttlefish::FileInstance | private |
Flock(int operation) | cuttlefish::FileInstance | |
Fsync() | cuttlefish::FileInstance | |
Futimens(const struct timespec times[2]) | cuttlefish::FileInstance | |
GetErrno() const | cuttlefish::FileInstance | inline |
GetSockName(struct sockaddr *addr, socklen_t *addrlen) | cuttlefish::FileInstance | |
GetSockOpt(int level, int optname, void *optval, socklen_t *optlen) | cuttlefish::FileInstance | |
identity_ | cuttlefish::FileInstance | private |
InotifyAddWatch(const std::string &pathname, uint32_t mask) | cuttlefish::FileInstance | |
InotifyRmWatch(int watch) | cuttlefish::FileInstance | |
Ioctl(int request, void *val=nullptr) | cuttlefish::FileInstance | |
is_regular_file_ | cuttlefish::FileInstance | private |
IsATTY() | cuttlefish::FileInstance | |
IsOpen() const | cuttlefish::FileInstance | inline |
IsRegular() const | cuttlefish::FileInstance | inline |
IsSet(fd_set *in) const | cuttlefish::FileInstance | |
LinkAtCwd(const std::string &path) | cuttlefish::FileInstance | |
Listen(int backlog) | cuttlefish::FileInstance | |
Log(const char *message) | cuttlefish::FileInstance | static |
LSeek(off_t offset, int whence) | cuttlefish::FileInstance | |
MMap(void *addr, size_t length, int prot, int flags, off_t offset) | cuttlefish::FileInstance | |
ProcFdLinkTarget() const | cuttlefish::FileInstance | |
Read(void *buf, size_t count) | cuttlefish::FileInstance | |
Recv(void *buf, size_t len, int flags) | cuttlefish::FileInstance | |
RecvMsg(struct msghdr *msg, int flags) | cuttlefish::FileInstance | |
Send(const void *buf, size_t len, int flags) | cuttlefish::FileInstance | |
SendFileDescriptors(const void *buf, size_t len, Args &&... sent_fds) | cuttlefish::FileInstance | inline |
SendMsg(const struct msghdr *msg, int flags) | cuttlefish::FileInstance | |
Set(fd_set *dest, int *max_index) const | cuttlefish::FileInstance | |
SetSockOpt(int level, int optname, const void *optval, socklen_t optlen) | cuttlefish::FileInstance | |
SetTerminalRaw() | cuttlefish::FileInstance | |
SharedFD | cuttlefish::FileInstance | friend |
Shutdown(int how) | cuttlefish::FileInstance | |
StrError() const | cuttlefish::FileInstance | |
Truncate(off_t length) | cuttlefish::FileInstance | |
UNMANAGED_Dup() | cuttlefish::FileInstance | |
UNMANAGED_Dup2(int newfd) | cuttlefish::FileInstance | |
Write(const void *buf, size_t count) | cuttlefish::FileInstance | |
~FileInstance() | cuttlefish::FileInstance | inlinevirtual |