Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dgvolume.c372 if (iface->mount_fn == NULL) in g_volume_mount()
381 (* iface->mount_fn) (volume, flags, mount_operation, cancellable, callback, user_data); in g_volume_mount()
Dgvolume.h125 void (* mount_fn) (GVolume *volume, member
Dgunixvolume.c528 iface->mount_fn = g_unix_volume_mount; in g_unix_volume_volume_iface_init()