Lines Matching refs:path1
29 const char *path1; member
81 compare_two_files (const gboolean use_uri, const char *path1, const char *path2) in compare_two_files() argument
89 file1 = g_file_new_for_uri (path1); in compare_two_files()
94 file1 = g_file_new_for_path (path1); in compare_two_files()
134 gboolean equal = compare_two_files (FALSE, cmp_paths[i].path1, cmp_paths[i].path2); in test_g_file_new_for_path()
163 gboolean equal = compare_two_files (TRUE, cmp_uris[i].path1, cmp_uris[i].path2); in test_g_file_new_for_uri()
211 gboolean equal = dup_equals (dup_paths[i].use_uri, dup_paths[i].path1); in test_g_file_dup()
274 gboolean equal = parse_check_utf8 (strings[i].use_uri, strings[i].path1, strings[i].path2); in test_g_file_get_parse_name_utf8()
335 char *s = resolve_arg (arg_data[i].use_uri, arg_data[i].path1); in test_g_file_new_for_commandline_arg()
428 char *s = get_relative_path (dirs[i].use_uri, dirs[i].equal, dirs[i].path1, dirs[i].path2); in test_g_file_has_prefix()
502 roundtrip_parent_child (paths[i].use_uri, paths[i].equal, paths[i].path1, paths[i].path2); in test_g_file_get_parent_child()