test_vpath        829 lib/vfs/interface.c         vfs_path_t *test_vpath;
test_vpath        836 lib/vfs/interface.c         test_fd = mc_mkstemps (&test_vpath, fallback_prefix, NULL);
test_vpath        841 lib/vfs/interface.c             test_fd = open (vfs_path_as_str (test_vpath), O_RDONLY);
test_vpath        845 lib/vfs/interface.c                 unlink (vfs_path_as_str (test_vpath));
test_vpath        862 lib/vfs/interface.c         vfs_path_free (test_vpath, TRUE);