current_vpath    1333 lib/vfs/path.c     const vfs_path_t *current_vpath = first_vpath;
current_vpath    1345 lib/vfs/path.c         for (vindex = 0; vindex < vfs_path_elements_count (current_vpath); vindex++)
current_vpath    1349 lib/vfs/path.c             path_element = vfs_path_element_clone (vfs_path_get_by_index (current_vpath, vindex));
current_vpath    1352 lib/vfs/path.c         current_vpath = va_arg (args, const vfs_path_t *);
current_vpath    1354 lib/vfs/path.c     while (current_vpath != NULL);