actual_path 173 tests/lib/vfs/canonicalize_pathname.c char *actual_path; actual_path 175 tests/lib/vfs/canonicalize_pathname.c actual_path = g_strdup (data->input_path); actual_path 178 tests/lib/vfs/canonicalize_pathname.c canonicalize_pathname (actual_path); actual_path 181 tests/lib/vfs/canonicalize_pathname.c mctest_assert_str_eq (actual_path, data->expected_path) g_free (actual_path); actual_path 280 tests/lib/vfs/path_manipulations.c char *actual_path; actual_path 285 tests/lib/vfs/path_manipulations.c actual_path = vfs_path_tokens_get (vpath, data->input_start_position, data->input_length); actual_path 288 tests/lib/vfs/path_manipulations.c mctest_assert_str_eq (actual_path, data->expected_path); actual_path 290 tests/lib/vfs/path_manipulations.c g_free (actual_path);