This is the complete list of members for
VFileSystem, including all inherited members.
close(int fd) | VFileSystem | [static] |
fclose(FILE *f) | VFileSystem | [static] |
fflush(FILE *f) | VFileSystem | [static] |
fopen(const VString &nativePath, const char *mode) | VFileSystem | [static] |
fread(void *buffer, size_t size, size_t numItems, FILE *f) | VFileSystem | [static] |
fseek(FILE *f, long int offset, int whence) | VFileSystem | [static] |
ftell(FILE *f) | VFileSystem | [static] |
fwrite(const void *buffer, size_t size, size_t numItems, FILE *f) | VFileSystem | [static] |
lseek(int fd, off_t offset, int whence) | VFileSystem | [static] |
mkdir(const VString &path, mode_t mode) | VFileSystem | [static] |
open(const VString &path, int flags) | VFileSystem | [static] |
read(int fd, void *buffer, size_t numBytes) | VFileSystem | [static] |
rename(const VString &oldName, const VString &newName) | VFileSystem | [static] |
rmdir(const VString &path) | VFileSystem | [static] |
stat(const VString &path, struct stat *statData) | VFileSystem | [static] |
unlink(const VString &path) | VFileSystem | [static] |
write(int fd, const void *buffer, size_t numBytes) | VFileSystem | [static] |