Home
last modified time | relevance | path

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

/third_party/glib/gio/tests/
Dmount-operation.c49 gboolean system_volume; in test_properties() local
62 "is-tcrypt-system-volume", &system_volume, in test_properties()
73 g_assert_cmpint (system_volume, ==, g_mount_operation_get_is_tcrypt_system_volume (op)); in test_properties()
97 g_mount_operation_set_is_tcrypt_system_volume (op, !system_volume); in test_properties()
98 g_assert_cmpint (g_mount_operation_get_is_tcrypt_system_volume (op), ==, !system_volume); in test_properties()
/third_party/glib/gio/
Dgmountoperation.c79 gboolean system_volume; member
205 g_value_set_boolean (value, priv->system_volume); in g_mount_operation_get_property()
903 return op->priv->system_volume; in g_mount_operation_get_is_tcrypt_system_volume()
917 gboolean system_volume) in g_mount_operation_set_is_tcrypt_system_volume() argument
923 if (priv->system_volume != system_volume) in g_mount_operation_set_is_tcrypt_system_volume()
925 priv->system_volume = system_volume; in g_mount_operation_set_is_tcrypt_system_volume()
Dgmountoperation.h168 gboolean system_volume);