vfs_path_new      346 lib/vfs/path.c     vpath = vfs_path_new (FALSE);
vfs_path_new      407 lib/vfs/path.c         return vfs_path_new (FALSE);
vfs_path_new      412 lib/vfs/path.c     vpath = vfs_path_new (!path_is_absolute);
vfs_path_new      893 lib/vfs/path.c     new_vpath = vfs_path_new (vpath->relative);
vfs_path_new     1164 lib/vfs/path.c     vpath = vfs_path_new (FALSE);
vfs_path_new     1301 lib/vfs/path.c     ret_vpath = vfs_path_new (FALSE);
vfs_path_new       56 lib/vfs/path.h vfs_path_t *vfs_path_new (gboolean relative);
vfs_path_new     1136 src/filemanager/panel.c         last_vpath = vfs_path_new (TRUE);
vfs_path_new     4990 src/filemanager/panel.c     ret_vpath = vfs_path_new (FALSE);
vfs_path_new      169 tests/lib/vfs/relative_cd.c     last_vpath = vfs_path_new (TRUE);