vfs_get_current_dir  168 lib/vfs/path.c             curr_dir = vfs_get_current_dir ();
vfs_get_current_dir  261 lib/vfs/vfs.h  const char *vfs_get_current_dir (void);
vfs_get_current_dir  856 src/usermenu.c                 cwd = vfs_get_current_dir ();
vfs_get_current_dir  133 tests/lib/vfs/vfs_setup_cwd.c     mctest_assert_str_eq (vfs_get_current_dir (), data->expected_result);