actual_path 171 tests/lib/vfs/canonicalize_pathname.c char *actual_path; actual_path 173 tests/lib/vfs/canonicalize_pathname.c actual_path = g_strdup (data->input_path); actual_path 176 tests/lib/vfs/canonicalize_pathname.c canonicalize_pathname (actual_path); actual_path 179 tests/lib/vfs/canonicalize_pathname.c mctest_assert_str_eq (actual_path, data->expected_path) g_free (actual_path); actual_path 283 tests/lib/vfs/path_manipulations.c char *actual_path; actual_path 288 tests/lib/vfs/path_manipulations.c actual_path = vfs_path_tokens_get (vpath, data->input_start_position, data->input_length); actual_path 291 tests/lib/vfs/path_manipulations.c mctest_assert_str_eq (actual_path, data->expected_path); actual_path 293 tests/lib/vfs/path_manipulations.c g_free (actual_path);