vfs_path_new      349 lib/vfs/path.c     vpath = vfs_path_new (FALSE);
vfs_path_new      414 lib/vfs/path.c         return vfs_path_new (FALSE);
vfs_path_new      421 lib/vfs/path.c     vpath = vfs_path_new (!path_is_absolute);
vfs_path_new      921 lib/vfs/path.c     new_vpath = vfs_path_new (vpath->relative);
vfs_path_new     1198 lib/vfs/path.c     vpath = vfs_path_new (FALSE);
vfs_path_new     1338 lib/vfs/path.c     ret_vpath = vfs_path_new (FALSE);
vfs_path_new       60 lib/vfs/path.h vfs_path_t *vfs_path_new (gboolean relative);
vfs_path_new     1279 src/filemanager/panel.c         last_vpath = vfs_path_new (TRUE);
vfs_path_new     5132 src/filemanager/panel.c     ret_vpath = vfs_path_new (FALSE);
vfs_path_new      177 tests/lib/vfs/relative_cd.c     last_vpath = vfs_path_new (TRUE);