current_vpath    1327 lib/vfs/path.c     const vfs_path_t *current_vpath = first_vpath;
current_vpath    1339 lib/vfs/path.c         for (vindex = 0; vindex < vfs_path_elements_count (current_vpath); vindex++)
current_vpath    1343 lib/vfs/path.c             path_element = vfs_path_element_clone (vfs_path_get_by_index (current_vpath, vindex));
current_vpath    1346 lib/vfs/path.c         current_vpath = va_arg (args, const vfs_path_t *);
current_vpath    1348 lib/vfs/path.c     while (current_vpath != NULL);