current_vpath    1296 lib/vfs/path.c     const vfs_path_t *current_vpath = first_vpath;
current_vpath    1308 lib/vfs/path.c         for (vindex = 0; vindex < vfs_path_elements_count (current_vpath); vindex++)
current_vpath    1312 lib/vfs/path.c             path_element = vfs_path_element_clone (vfs_path_get_by_index (current_vpath, vindex));
current_vpath    1315 lib/vfs/path.c         current_vpath = va_arg (args, const vfs_path_t *);
current_vpath    1317 lib/vfs/path.c     while (current_vpath != NULL);