#include <vfs.h>
Inheritance diagram for LocalFs:
Public Member Functions | |
void | init () |
virtual void | done () |
virtual int | canonicalize (char *result, const char *filename, const char *cwd) |
virtual int | compareFilenames (const char *a, const char *b) |
virtual int | createFile (const char *filename, UINT createtype) |
virtual int | deleteFile (const char *filename) |
virtual void * | enumFiletype (UINT *type, char **name, void *handle) |
virtual bool | findFirst (const char *dirname, pfind_t *f) |
virtual bool | findNext (pfind_t *f) |
virtual bool | findClose (pfind_t *f) |
virtual int | getCaps () |
virtual const char * | getProtoName () |
virtual is_path_delim | isPathDelim () |
virtual int | makeDir (const char *dirname) |
virtual int | open (const char *filename, bool edit) |
virtual int | pstat (pstat_t *s, const char *filename) |
virtual int | renameFile (const char *filename, const char *newname) |
virtual int | fileClose (ht_streamfile *f) |
virtual int | fileOpen (const char *filename, UINT access_mode, UINT open_mode, ht_streamfile **f) |
|
Implements Vfs. Definition at line 58 of file vfs.cc. References sys_common_canonicalize(), and sys_is_path_delim(). |
|
Implements Vfs. Definition at line 64 of file vfs.cc. References ht_stricmp(). |
|
Implements Vfs. Definition at line 72 of file vfs.cc. References UINT. |
|
Implements Vfs. |
|
Reimplemented from Object. Definition at line 53 of file vfs.cc. References Object::done(). |
|
Implements Vfs. |
|
Implements Vfs. Definition at line 145 of file vfs.cc. References ht_stream::done(), and ht_stream::get_error(). |
|
Implements Vfs. |
|
Implements Vfs. Definition at line 104 of file vfs.cc. References sys_findclose(). |
|
Implements Vfs. Definition at line 94 of file vfs.cc. References sys_findfirst(). |
|
Implements Vfs. Definition at line 99 of file vfs.cc. References sys_findnext(). |
|
Implements Vfs. Definition at line 109 of file vfs.cc. References VFSCAP_WRITABLE. |
|
Implements Vfs. |
|
Reimplemented from Object. Definition at line 48 of file vfs.cc. References Object::init(). Referenced by build_vfs_list(). |
|
Implements Vfs. Definition at line 119 of file vfs.cc. References is_path_delim, and sys_is_path_delim(). |
|
Implements Vfs. |
|
Implements Vfs. |
|
Implements Vfs. Definition at line 135 of file vfs.cc. References sys_pstat(). |
|
Implements Vfs. |