vfs_get_current_dir  167 lib/vfs/path.c             curr_dir = vfs_get_current_dir ();
vfs_get_current_dir  259 lib/vfs/vfs.h  const char *vfs_get_current_dir (void);
vfs_get_current_dir  853 src/usermenu.c             cwd = vfs_get_current_dir ();
vfs_get_current_dir  122 tests/lib/vfs/vfs_setup_cwd.c     mctest_assert_str_eq (vfs_get_current_dir (), data->expected_result);