Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions
ufilesystem.cpp File Reference
#include "precompiled.h"
#include "lib/sysdep/filesystem.h"
#include "lib/path.h"
#include <cstdio>

Go to the source code of this file.

Classes

struct  WDIR
 

Functions

void init_libc ()
 
WDIRwopendir (const OsPath &path)
 
struct wdirentwreaddir (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)
 

Function Documentation

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.

WDIR* wopendir ( const OsPath path)

Definition at line 76 of file ufilesystem.cpp.

struct wdirent* wreaddir ( WDIR wd)

Definition at line 89 of file ufilesystem.cpp.

OsPath wrealpath ( const OsPath pathname)

Definition at line 143 of file ufilesystem.cpp.

int wrename ( const OsPath pathnameOld,
const OsPath pathnameNew 
)

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.

int wtruncate ( const OsPath pathname,
off_t  length 
)

Definition at line 123 of file ufilesystem.cpp.

int wunlink ( const OsPath pathname)

Definition at line 128 of file ufilesystem.cpp.