Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dgwin32volumemonitor.c238 get_mount_for_mount_path (const char *mount_path, in get_mount_for_mount_path() function
265 native_class->get_mount_for_mount_path = get_mount_for_mount_path; in g_win32_volume_monitor_class_init()
Dgnativevolumemonitor.h28 GMount * (* get_mount_for_mount_path) (const char *mount_path, member
Dgunixvolumemonitor.c163 get_mount_for_mount_path (const char *mount_path, in get_mount_for_mount_path() function
199 native_class->get_mount_for_mount_path = get_mount_for_mount_path; in g_unix_volume_monitor_class_init()
Dgunionvolumemonitor.c591 if (klass->get_mount_for_mount_path) in _g_mount_get_for_mount_path()
594 mount = klass->get_mount_for_mount_path (mount_path, cancellable); in _g_mount_get_for_mount_path()
DChangeLog1253 * gunixvolumemonitor.c (get_mount_for_mount_path): Don't
1381 * gunixvolumemonitor.c (get_mount_for_mount_path): Free
3890 (get_mount_for_mount_path), (g_unix_volume_monitor_class_init),