Home | History | Annotate | Download | only in tests

Lines Matching defs:path1

29   const char *path1;
81 compare_two_files (const gboolean use_uri, const char *path1, const char *path2)
89 file1 = g_file_new_for_uri (path1);
94 file1 = g_file_new_for_path (path1);
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);
211 gboolean equal = dup_equals (dup_paths[i].use_uri, dup_paths[i].path1);
274 gboolean equal = parse_check_utf8 (strings[i].use_uri, strings[i].path1, strings[i].path2);
335 char *s = resolve_arg (arg_data[i].use_uri, arg_data[i].path1);
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);