Tizen RT Libs&Environment
v1.0 D5
|
mount APIs More...
Go to the source code of this file.
Macros | |
#define | MS_RDONLY 1 /* Mount file system read-only */ |
#define | EXTERN extern |
Functions | |
int | mount (const char *source, const char *target, const char *filesystemtype, unsigned long mountflags, const void *data) |
attaches filesystem to the root filesystem at the target path. More... | |
int | umount (const char *target) |
detaches the filesystem mounted at the target path. More... | |
mount APIs
Definition in file mount.h.