27#ifndef INCLUDED_SYSDEP_FILESYSTEM
28#define INCLUDED_SYSDEP_FILESYSTEM
67#define O_DIRECT 0x10000000
81extern int wopen(
const OsPath& pathname,
int oflag, mode_t mode);
112int wstat(
const OsPath& pathname,
struct stat* buf);
int wrmdir(const OsPath &path)
Definition: ufilesystem.cpp:133
int wopen(const OsPath &pathname, int oflag)
Definition: ufilesystem.cpp:106
int wtruncate(const OsPath &pathname, off_t length)
Definition: ufilesystem.cpp:123
int wreaddir_stat_np(WDIR *, struct stat *)
Definition: wfilesystem.cpp:187
WDIR * wopendir(const OsPath &path)
Definition: ufilesystem.cpp:76
int wmkdir(const OsPath &path, mode_t mode)
Definition: ufilesystem.cpp:157
int wclose(int fd)
Definition: ufilesystem.cpp:117
int wunlink(const OsPath &pathname)
Definition: ufilesystem.cpp:128
int wstat(const OsPath &pathname, struct stat *buf)
Definition: ufilesystem.cpp:152
OsPath wrealpath(const OsPath &pathname)
Definition: ufilesystem.cpp:143
wdirent * wreaddir(WDIR *)
Definition: ufilesystem.cpp:89
int wclosedir(WDIR *)
Definition: ufilesystem.cpp:98
Definition: ufilesystem.cpp:35
Definition: filesystem.h:41
wchar_t * d_name
Definition: filesystem.h:44
__int64 off_t
Definition: wposix_types.h:91