vpath3 337 tests/lib/vfs/path_manipulations.c vfs_path_t *vpath1, *vpath2, *vpath3; vpath3 343 tests/lib/vfs/path_manipulations.c vpath3 = vfs_path_append_vpath_new (vpath1, vpath2, NULL); vpath3 346 tests/lib/vfs/path_manipulations.c ck_assert_int_eq (vfs_path_elements_count (vpath3), data->expected_element_count); vpath3 347 tests/lib/vfs/path_manipulations.c mctest_assert_str_eq (vfs_path_as_str (vpath3), data->expected_path); vpath3 351 tests/lib/vfs/path_manipulations.c vfs_path_free (vpath3, TRUE);