Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgunixmounts.c1968 GIOChannel *proc_mounts_channel; in mount_monitor_start() local
1970 proc_mounts_channel = g_io_channel_new_file (mtab_path, "r", &error); in mount_monitor_start()
1971 if (proc_mounts_channel == NULL) in mount_monitor_start()
1981 proc_mounts_watch_source = g_io_create_watch (proc_mounts_channel, G_IO_ERR); in mount_monitor_start()
1989 g_io_channel_unref (proc_mounts_channel); in mount_monitor_start()