Arduino Posix Filesystems
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
file_systems::MBEDFileSystem Class Reference

MBED implementation for a file system. More...

#include <APIMbed.h>

Inheritance diagram for file_systems::MBEDFileSystem:

Public Member Functions

 MBEDFileSystem (const char *name=NULL)
 
int mount (mbed::BlockDevice *bd=nullptr)
 
int unmount ()
 
int reformat (mbed::BlockDevice *bd=NULL)
 
int remove (const char *path)
 
int rename (const char *path, const char *newpath)
 
int stat (const char *path, struct stat *st)
 
int mkdir (const char *path, mode_t mode)
 
int statvfs (const char *path, struct statvfs *buf)
 

Static Public Member Functions

static FileSystemLike * get_default_instance ()
 

Protected Member Functions

virtual int open (mbed::FileHandle **file, const char *path, int flags)
 
int open (mbed::DirHandle **dir, const char *path)
 

Protected Attributes

file_systems::FileSystemBasep_fs = nullptr
 
const char * name = nullptr
 
struct statvfs statvfs_v
 

Detailed Description

MBED implementation for a file system.


The documentation for this class was generated from the following file: