|
SNode.C
|
Go to the source code of this file.
Namespaces | |
| namespace | core |
| namespace | core::system |
Functions | |
| int | core::system::open (const char *pathname, int flags) |
| ssize_t | core::system::read (int fd, void *buf, std::size_t count) |
| ssize_t | core::system::write (int fd, const void *buf, std::size_t count) |
| int | core::system::close (int fd) |
| int | core::system::pipe2 (int pipefd[2], int flags) |
| int | core::system::flock (int lockFd, int operation) |