PUMA Library Reference Manual
|
This is the complete list of members for Puma::SysCall, including all inherited members.
absolute(const char *filename, ErrorSink *err=(ErrorSink *) 0) | Puma::SysCall | static |
canonical(Filename filename, Filename &result, ErrorSink *err=0) | Puma::SysCall | static |
chdir(const char *path, ErrorSink *err=(ErrorSink *) 0) | Puma::SysCall | static |
close(int fd, ErrorSink *err=(ErrorSink *) 0) | Puma::SysCall | static |
close_excl(int fd, ErrorSink *err=(ErrorSink *) 0) | Puma::SysCall | static |
closedir(DirHandle dh, ErrorSink *err=(ErrorSink *) 0) | Puma::SysCall | static |
create(const char *path, int mode, ErrorSink *err=(ErrorSink *) 0) | Puma::SysCall | static |
create_excl(const char *path, int mode, ErrorSink *err=(ErrorSink *) 0) | Puma::SysCall | static |
fclose(FileHandle fh, ErrorSink *err=(ErrorSink *) 0) | Puma::SysCall | static |
fopen(const char *path, const char *mode, ErrorSink *err=(ErrorSink *) 0) | Puma::SysCall | static |
fstat(int fd, FileInfo &info, ErrorSink *err=(ErrorSink *) 0) | Puma::SysCall | static |
getcwd(char *buffer, size_t len, ErrorSink *err=(ErrorSink *) 0) | Puma::SysCall | static |
MakeDosPath(char *path) | Puma::SysCall | static |
MakeUnixPath(char *path) | Puma::SysCall | static |
mkdir(const char *path, ErrorSink *err=(ErrorSink *) 0) | Puma::SysCall | static |
mktemp(const char *prefix, ErrorSink *err=(ErrorSink *) 0) | Puma::SysCall | static |
open(const char *path, int flags, ErrorSink *err=(ErrorSink *) 0) | Puma::SysCall | static |
open_excl(const char *path, int flags, ErrorSink *err=(ErrorSink *) 0) | Puma::SysCall | static |
opendir(const char *path, ErrorSink *err=(ErrorSink *) 0) | Puma::SysCall | static |
read(int fd, void *buffer, size_t n, ErrorSink *err=(ErrorSink *) 0) | Puma::SysCall | static |
readdir(DirHandle dh, DirEntryType *type=0, ErrorSink *err=(ErrorSink *) 0) | Puma::SysCall | static |
readlink(const char *path, char *buffer, size_t len, ErrorSink *err=(ErrorSink *) 0) | Puma::SysCall | static |
stat(const char *path, FileInfo &info, ErrorSink *err=(ErrorSink *) 0) | Puma::SysCall | static |
time(time_t *buffer, ErrorSink *err=(ErrorSink *) 0) | Puma::SysCall | static |