PatchworkOS  dbbdc99
A non-POSIX operating system.
Loading...
Searching...
No Matches
cwd.c File Reference
Include dependency graph for cwd.c:

Go to the source code of this file.

Functions

void cwd_init (cwd_t *cwd)
 Initialize a CWD structure.
 
void cwd_deinit (cwd_t *cwd)
 Deinitialize a CWD structure.
 
path_t cwd_get (cwd_t *cwd, namespace_t *ns)
 Get the current working directory.
 
void cwd_set (cwd_t *cwd, const path_t *newPath)
 Set the current working directory.
 
void cwd_clear (cwd_t *cwd)
 Clear the current working directory.