函数 | |
int32_t | ramfs_register (const char *mount_path) |
int32_t | ramfs_unregister (const char *mount_path) |
ramfs 对外API.
int32_t ramfs_register | ( | const char * | mount_path | ) |
ramfs文件系统注册接口
[in] | mount_path | 该文件系统挂载路径 |
int32_t ramfs_unregister | ( | const char * | mount_path | ) |
ramfs文件系统去注册接口
[in] | mount_path | 该文件系统挂载路径 |