vfs_get_current_dir  166 lib/vfs/path.c             curr_dir = vfs_get_current_dir ();
vfs_get_current_dir  254 lib/vfs/vfs.h  const char *vfs_get_current_dir (void);
vfs_get_current_dir  839 src/usermenu.c                 cwd = vfs_get_current_dir ();
vfs_get_current_dir  132 tests/lib/vfs/vfs_setup_cwd.c     mctest_assert_str_eq (vfs_get_current_dir (), data->expected_result);