Home
last modified time | relevance | path

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

/third_party/glib/gio/tests/
Dtrash.c104 GUnixMountEntry *target_mount, *tmp_mount, *symlink_mount, *target_over_symlink_mount; in test_trash_symlinks() local
123 target_mount = g_unix_mount_for (target, NULL); in test_trash_symlinks()
125 if (target_mount == NULL) in test_trash_symlinks()
137 g_assert_nonnull (target_mount); in test_trash_symlinks()
138 g_test_message ("Target: %s (mount: %s)", target, g_unix_mount_get_mount_path (target_mount)); in test_trash_symlinks()
152 g_unix_mount_free (target_mount); in test_trash_symlinks()
161 if (g_unix_mount_compare (target_mount, tmp_mount) == 0) in test_trash_symlinks()
167 g_unix_mount_free (target_mount); in test_trash_symlinks()
190 g_assert_cmpint (g_unix_mount_compare (target_over_symlink_mount, target_mount), ==, 0); in test_trash_symlinks()
198 g_unix_mount_free (target_mount); in test_trash_symlinks()