Home | History | Annotate | Download | only in tests

Lines Matching defs:path2

32   const char *path2;
81 compare_two_files (const gboolean use_uri, const char *path1, const char *path2)
90 file2 = g_file_new_for_uri (path2);
95 file2 = g_file_new_for_path (path2);
134 gboolean equal = compare_two_files (FALSE, cmp_paths[i].path1, cmp_paths[i].path2);
163 gboolean equal = compare_two_files (TRUE, cmp_uris[i].path1, cmp_uris[i].path2);
274 gboolean equal = parse_check_utf8 (strings[i].use_uri, strings[i].path1, strings[i].path2);
336 g_assert_cmpstr (s, ==, arg_data[i].path2);
402 /* path1 equal uri path2 path3 */
428 char *s = get_relative_path (dirs[i].use_uri, dirs[i].equal, dirs[i].path1, dirs[i].path2);
502 roundtrip_parent_child (paths[i].use_uri, paths[i].equal, paths[i].path1, paths[i].path2);