|
PatchworkOS
|
Pathname structure. More...
#include <path.h>
Data Fields | |
| char | string [MAX_PATH] |
| path_flags_t | flags |
| bool | isValid |
Pathname structure.
A pathname is a string representation of a path.
| path_flags_t pathname_t::flags |
Definition at line 124 of file path.h.
Referenced by path_to_name(), pathname_init(), vfs_create(), vfs_link(), vfs_open(), vfs_open2(), vfs_open_lookup(), vfs_remove(), and vfs_stat().
| bool pathname_t::isValid |
Definition at line 125 of file path.h.
Referenced by path_to_name(), and pathname_init().
| char pathname_t::string[MAX_PATH] |
Definition at line 123 of file path.h.
Referenced by path_to_name(), path_walk(), path_walk_parent(), pathname_init(), and process_cwd_read().