Home
last modified time | relevance | path

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

/third_party/glib/gio/tests/
Dvolumemonitor.c78 gboolean has_volumes; in do_drive_tests() local
85 has_volumes = g_drive_has_volumes (drive); in do_drive_tests()
87 g_assert (has_volumes == (volumes != NULL)); in do_drive_tests()
/third_party/glib/gio/
Dgdrive.h101 gboolean (* has_volumes) (GDrive *drive); member
Dgdrive.c222 return (* iface->has_volumes) (drive); in g_drive_has_volumes()