|
XError | xsinglefs_chdir (const char *path) |
|
XError | xsinglefs_copyfile (const char *src, const char *dst) |
|
XError | xsinglefs_copytree (const char *src, const char *dst) |
|
void | xsinglefs_deinit () |
|
XError | xsinglefs_exists (const char *path, bool *exists) |
|
XError | xsinglefs_getcwd (char *buf, size_t size) |
|
void | xsinglefs_init (XVirtualFs *vfs) |
|
XError | xsinglefs_is_directory (const char *path, bool *isdir) |
|
XError | xsinglefs_is_regular (const char *path, bool *isreg) |
|
XError | xsinglefs_makedirs (const char *path, bool exist_ok) |
|
XError | xsinglefs_mkdir (const char *path) |
|
XError | xsinglefs_open (const char *path, XOpenMode mode, XFile **o_fp) |
|
XError | xsinglefs_opendir (const char *path, XDir **o_dir) |
|
XError | xsinglefs_remove (const char *path) |
|
XError | xsinglefs_rename (const char *oldpath, const char *newpath) |
|
XError | xsinglefs_rmtree (const char *path) |
|
XError | xsinglefs_stat (const char *path, XStat *statbuf) |
|
XError | xsinglefs_utime (const char *path, XTime time) |
|
XError | xsinglefs_walktree (const char *path, XFsTreeWalker walker, void *userptr) |
|