Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgwin32volumemonitor.c210 get_mount_for_mount_path (const char *mount_path, in get_mount_for_mount_path() function
234 native_class->get_mount_for_mount_path = get_mount_for_mount_path; in g_win32_volume_monitor_class_init()
Dgunixvolumemonitor.c147 get_mount_for_mount_path (const char *mount_path, in get_mount_for_mount_path() function
183 native_class->get_mount_for_mount_path = get_mount_for_mount_path; in g_unix_volume_monitor_class_init()
Dgnativevolumemonitor.h52 GMount * (* get_mount_for_mount_path) (const char *mount_path, member
Dgunionvolumemonitor.c544 if (klass->get_mount_for_mount_path) in _g_mount_get_for_mount_path()
545 mount = klass->get_mount_for_mount_path (mount_path, cancellable); in _g_mount_get_for_mount_path()