Pyrogenesis  trunk
Classes | Functions
ufilesystem.cpp File Reference
#include "precompiled.h"
#include "lib/sysdep/filesystem.h"
#include "lib/path.h"
#include <cstdio>
Include dependency graph for ufilesystem.cpp:

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 ( )
int wclose ( int  fd)
int wclosedir ( WDIR wd)
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 
)
WDIR* wopendir ( const OsPath path)
struct wdirent* wreaddir ( WDIR wd)
OsPath wrealpath ( const OsPath pathname)
int wrename ( const OsPath pathnameOld,
const OsPath pathnameNew 
)
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)