RTEMS CPU Kit with SuperCore
Functions

IMFS Rename. More...

#include "imfs.h"
#include <string.h>
#include <stdlib.h>
Include dependency graph for imfs_rename.c:

Functions

int IMFS_rename (const rtems_filesystem_location_info_t *oldparentloc, const rtems_filesystem_location_info_t *oldloc, const rtems_filesystem_location_info_t *newparentloc, const char *name, size_t namelen)
 Rename the IMFS. More...
 

Detailed Description

IMFS Rename.