evalpath
const char *pathname, /* IN */ int flags, /* IN */ rtems_filesystem_location_info_t *pathloc /* IN/OUT */
This routine is responsible for evaluating the pathname passed in
based upon the flags and the valid rthems_filesystem_location_info_t
.
Additionally, it must make any changes to pathloc necessary to identify
the pathname node. This should include calling the evalpath for a mounted
filesystem, if the given filesystem supports the mount command.
This routine returns a 0 if the evaluation was successful. Otherwise, it returns a -1 and sets errno to the correct error.
This routine is required and should NOT be set to NULL.
Copyright © 1988-2008 OAR Corporation