PUMA Library Reference Manual
Loading...
Searching...
No Matches
Puma::SysCall Member List

This is the complete list of members for Puma::SysCall, including all inherited members.

absolute(const char *filename, ErrorSink *err=(ErrorSink *) 0)Puma::SysCallstatic
canonical(Filename filename, Filename &result, ErrorSink *err=0)Puma::SysCallstatic
chdir(const char *path, ErrorSink *err=(ErrorSink *) 0)Puma::SysCallstatic
close(int fd, ErrorSink *err=(ErrorSink *) 0)Puma::SysCallstatic
close_excl(int fd, ErrorSink *err=(ErrorSink *) 0)Puma::SysCallstatic
closedir(DirHandle dh, ErrorSink *err=(ErrorSink *) 0)Puma::SysCallstatic
create(const char *path, int mode, ErrorSink *err=(ErrorSink *) 0)Puma::SysCallstatic
create_excl(const char *path, int mode, ErrorSink *err=(ErrorSink *) 0)Puma::SysCallstatic
fclose(FileHandle fh, ErrorSink *err=(ErrorSink *) 0)Puma::SysCallstatic
fopen(const char *path, const char *mode, ErrorSink *err=(ErrorSink *) 0)Puma::SysCallstatic
fstat(int fd, FileInfo &info, ErrorSink *err=(ErrorSink *) 0)Puma::SysCallstatic
getcwd(char *buffer, size_t len, ErrorSink *err=(ErrorSink *) 0)Puma::SysCallstatic
MakeDosPath(char *path)Puma::SysCallstatic
MakeUnixPath(char *path)Puma::SysCallstatic
mkdir(const char *path, ErrorSink *err=(ErrorSink *) 0)Puma::SysCallstatic
mktemp(const char *prefix, ErrorSink *err=(ErrorSink *) 0)Puma::SysCallstatic
open(const char *path, int flags, ErrorSink *err=(ErrorSink *) 0)Puma::SysCallstatic
open_excl(const char *path, int flags, ErrorSink *err=(ErrorSink *) 0)Puma::SysCallstatic
opendir(const char *path, ErrorSink *err=(ErrorSink *) 0)Puma::SysCallstatic
read(int fd, void *buffer, size_t n, ErrorSink *err=(ErrorSink *) 0)Puma::SysCallstatic
readdir(DirHandle dh, DirEntryType *type=0, ErrorSink *err=(ErrorSink *) 0)Puma::SysCallstatic
readlink(const char *path, char *buffer, size_t len, ErrorSink *err=(ErrorSink *) 0)Puma::SysCallstatic
stat(const char *path, FileInfo &info, ErrorSink *err=(ErrorSink *) 0)Puma::SysCallstatic
time(time_t *buffer, ErrorSink *err=(ErrorSink *) 0)Puma::SysCallstatic