Pyrogenesis
13997
|
Go to the source code of this file.
Classes | |
struct | WDIR |
Functions | |
void | init_libc () |
WDIR * | wopendir (const OsPath &path) |
struct wdirent * | wreaddir (WDIR *wd) |
int | wclosedir (WDIR *wd) |
int | wopen (const OsPath &pathname, int oflag) |
int | wopen (const OsPath &pathname, int oflag, mode_t mode) |
int | wclose (int fd) |
int | wtruncate (const OsPath &pathname, off_t length) |
int | wunlink (const OsPath &pathname) |
int | wrmdir (const OsPath &path) |
int | wrename (const OsPath &pathnameOld, const OsPath &pathnameNew) |
OsPath | wrealpath (const OsPath &pathname) |
int | wstat (const OsPath &pathname, struct stat *buf) |
int | wmkdir (const OsPath &path, mode_t mode) |
void init_libc | ( | ) |
Definition at line 72 of file ufilesystem.cpp.
int wclose | ( | int | fd | ) |
Definition at line 117 of file ufilesystem.cpp.
int wclosedir | ( | WDIR * | wd | ) |
Definition at line 98 of file ufilesystem.cpp.
int wmkdir | ( | const OsPath & | path, |
mode_t | mode | ||
) |
Definition at line 157 of file ufilesystem.cpp.
int wopen | ( | const OsPath & | pathname, |
int | oflag | ||
) |
Definition at line 106 of file ufilesystem.cpp.
int wopen | ( | const OsPath & | pathname, |
int | oflag, | ||
mode_t | mode | ||
) |
Definition at line 112 of file ufilesystem.cpp.
Definition at line 76 of file ufilesystem.cpp.
Definition at line 89 of file ufilesystem.cpp.
Definition at line 143 of file ufilesystem.cpp.
Definition at line 138 of file ufilesystem.cpp.
int wrmdir | ( | const OsPath & | path | ) |
Definition at line 133 of file ufilesystem.cpp.
int wstat | ( | const OsPath & | pathname, |
struct stat * | buf | ||
) |
Definition at line 152 of file ufilesystem.cpp.
Definition at line 123 of file ufilesystem.cpp.
int wunlink | ( | const OsPath & | pathname | ) |
Definition at line 128 of file ufilesystem.cpp.