Miosix
2.0alpha1
|
#include <file_access.h>
Public Member Functions | |
ResolvedPath () | |
ResolvedPath (int result) | |
ResolvedPath (intrusive_ref_ptr< FilesystemBase > fs, size_t offset) | |
Public Attributes | |
int | result |
0 on success, a negative number on failure | |
intrusive_ref_ptr< FilesystemBase > | fs |
size_t | off |
The result of resolvePath().
|
inline |
Constructor
|
inlineexplicit |
Constructor
result | error code |
|
inline |
Constructor
fs | filesystem |
off | offset into path where the subpath relative to the current filesystem starts |
intrusive_ref_ptr<FilesystemBase> miosix::ResolvedPath::fs |
pointer to the filesystem to which the file belongs
size_t miosix::ResolvedPath::off |
path.c_str()+off is a string containing the relative path into the filesystem for the looked up file