Go to the source code of this file.
|
| static WDIR * | wdir_alloc () |
| |
| static void | wdir_free (WDIR *d) |
| |
| static bool | IsValidDirectory (const OsPath &path) |
| |
| WDIR * | wopendir (const OsPath &path) |
| |
| struct wdirent * | wreaddir (WDIR *d) |
| |
| int | wreaddir_stat_np (WDIR *d, struct stat *s) |
| |
| int | wclosedir (WDIR *d) |
| |
| int | wopen (const OsPath &pathname, int oflag) |
| |
| int | wopen (const OsPath &pathname, int oflag, mode_t mode) |
| |
| int | wclose (int fd) |
| |
| int | read (int fd, void *buf, size_t nbytes) |
| |
| int | write (int fd, void *buf, size_t nbytes) |
| |
| off_t | lseek (int fd, off_t ofs, int whence) |
| |
| 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) |
| |
| static int | ErrnoFromCreateDirectory () |
| |
| int | wmkdir (const OsPath &path, mode_t mode) |
| |
| int | wstat (const OsPath &pathname, struct stat *buf) |
| |
| static int ErrnoFromCreateDirectory |
( |
| ) |
|
|
static |
| static bool IsValidDirectory |
( |
const OsPath & |
path | ) |
|
|
static |
| int read |
( |
int |
fd, |
|
|
void * |
buf, |
|
|
size_t |
nbytes |
|
) |
| |
| int wclosedir |
( |
WDIR * |
d | ) |
|
| static WDIR* wdir_alloc |
( |
| ) |
|
|
inlinestatic |
| static void wdir_free |
( |
WDIR * |
d | ) |
|
|
inlinestatic |
| int wmkdir |
( |
const OsPath & |
path, |
|
|
mode_t |
mode |
|
) |
| |
| int wopen |
( |
const OsPath & |
pathname, |
|
|
int |
oflag |
|
) |
| |
| int wopen |
( |
const OsPath & |
pathname, |
|
|
int |
oflag, |
|
|
mode_t |
mode |
|
) |
| |
| int wreaddir_stat_np |
( |
WDIR * |
d, |
|
|
struct stat * |
s |
|
) |
| |
| int wrename |
( |
const OsPath & |
pathnameOld, |
|
|
const OsPath & |
pathnameNew |
|
) |
| |
| int write |
( |
int |
fd, |
|
|
void * |
buf, |
|
|
size_t |
nbytes |
|
) |
| |
| int wrmdir |
( |
const OsPath & |
path | ) |
|
| int wstat |
( |
const OsPath & |
pathname, |
|
|
struct stat * |
buf |
|
) |
| |
| int wtruncate |
( |
const OsPath & |
pathname, |
|
|
off_t |
length |
|
) |
| |
| int wunlink |
( |
const OsPath & |
pathname | ) |
|
| volatile intptr_t wdir_in_use |
|
static |