Lines Matching refs:use_uri
31 gboolean use_uri; member
81 compare_two_files (const gboolean use_uri, const char *path1, const char *path2) in compare_two_files() argument
87 if (use_uri) in compare_two_files()
171 dup_equals (const gboolean use_uri, const char *path) in dup_equals() argument
177 if (use_uri) in dup_equals()
211 gboolean equal = dup_equals (dup_paths[i].use_uri, dup_paths[i].path1); in test_g_file_dup()
219 parse_check_utf8 (const gboolean use_uri, const char *path, const char *result_parse_name) in parse_check_utf8() argument
227 if (use_uri) in parse_check_utf8()
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()
351 get_relative_path (const gboolean use_uri, const gboolean should_have_prefix, const char *dir1, con… in get_relative_path() argument
359 if (use_uri) in get_relative_path()
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()
436 roundtrip_parent_child (const gboolean use_uri, const gboolean under_root_descending, in roundtrip_parent_child() argument
442 if (use_uri) in roundtrip_parent_child()
502 roundtrip_parent_child (paths[i].use_uri, paths[i].equal, paths[i].path1, paths[i].path2); in test_g_file_get_parent_child()