actual_path 184 tests/lib/vfs/canonicalize_pathname.c char *actual_path; actual_path 186 tests/lib/vfs/canonicalize_pathname.c actual_path = g_strdup (data->input_path); actual_path 189 tests/lib/vfs/canonicalize_pathname.c canonicalize_pathname (actual_path); actual_path 192 tests/lib/vfs/canonicalize_pathname.c mctest_assert_str_eq (actual_path, data->expected_path) g_free (actual_path); actual_path 292 tests/lib/vfs/path_manipulations.c char *actual_path; actual_path 297 tests/lib/vfs/path_manipulations.c actual_path = vfs_path_tokens_get (vpath, data->input_start_position, data->input_length); actual_path 300 tests/lib/vfs/path_manipulations.c mctest_assert_str_eq (actual_path, data->expected_path); actual_path 302 tests/lib/vfs/path_manipulations.c g_free (actual_path);