OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mount_finish
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/glib/gio/
gvolume.h
92
* @
mount_finish
: Finishes a mount operation.
131
gboolean (*
mount_finish
) (GVolume *volume,
member in struct:_GVolumeIface
gvolume.c
418
return (* iface->
mount_finish
) (volume, result, error);
gunixvolume.c
529
iface->
mount_finish
= g_unix_volume_mount_finish;
Completed in 639 milliseconds