| chdir(const char *name) | miosix::FileDescriptorTable | |
| close(int fd) | miosix::FileDescriptorTable | |
| closeAll() | miosix::FileDescriptorTable | |
| fcntl(int fd, int cmd, int opt) | miosix::FileDescriptorTable | inline |
| FileDescriptorTable() | miosix::FileDescriptorTable | |
| FileDescriptorTable(const FileDescriptorTable &rhs) | miosix::FileDescriptorTable | |
| fstat(int fd, struct stat *pstat) const | miosix::FileDescriptorTable | inline |
| getcwd(char *buf, size_t len) | miosix::FileDescriptorTable | |
| getdents(int fd, void *dp, int len) | miosix::FileDescriptorTable | inline |
| getFile(int fd) const | miosix::FileDescriptorTable | inline |
| ioctl(int fd, int cmd, void *arg) | miosix::FileDescriptorTable | inline |
| isatty(int fd) const | miosix::FileDescriptorTable | inline |
| lseek(int fd, off_t pos, int whence) | miosix::FileDescriptorTable | inline |
| lstat(const char *name, struct stat *pstat) | miosix::FileDescriptorTable | inline |
| mkdir(const char *name, int mode) | miosix::FileDescriptorTable | |
| open(const char *name, int flags, int mode) | miosix::FileDescriptorTable | |
| operator=(const FileDescriptorTable &rhs) | miosix::FileDescriptorTable | |
| read(int fd, void *data, size_t len) | miosix::FileDescriptorTable | inline |
| rename(const char *oldName, const char *newName) | miosix::FileDescriptorTable | |
| rmdir(const char *name) | miosix::FileDescriptorTable | |
| stat(const char *name, struct stat *pstat) | miosix::FileDescriptorTable | inline |
| unlink(const char *name) | miosix::FileDescriptorTable | |
| write(int fd, const void *data, size_t len) | miosix::FileDescriptorTable | inline |
| ~FileDescriptorTable() | miosix::FileDescriptorTable | |