Home
last modified time | relevance | path

Searched refs:cmp_uris (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/gio/tests/
Dg-file.c144 const struct TestPathsWithOper cmp_uris[] = { in test_g_file_new_for_uri() local
161 for (i = 0; i < G_N_ELEMENTS (cmp_uris); i++) in test_g_file_new_for_uri()
163 gboolean equal = compare_two_files (TRUE, cmp_uris[i].path1, cmp_uris[i].path2); in test_g_file_new_for_uri()
164 g_assert_cmpint (equal, ==, cmp_uris[i].equal); in test_g_file_new_for_uri()