HomeSort by relevance Sort by last modified time
    Searched defs:mounts (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/gio/
gwin32volumemonitor.c 46 GList *mounts; member in struct:_GWin32VolumeMonitor
276 "mounts-changed", G_CALLBACK (mounts_changed),
gunixvolumemonitor.c 51 GList *mounts; member in struct:_GUnixVolumeMonitor
87 g_list_foreach (monitor->mounts, (GFunc)g_object_unref, NULL);
88 g_list_free (monitor->mounts);
103 g_list_foreach (monitor->mounts, (GFunc)g_object_unref, NULL);
104 g_list_free (monitor->mounts);
105 monitor->mounts = NULL;
118 l = g_list_copy (monitor->mounts);
208 /* Update both to make sure volumes are created before mounts */
219 /* Update both to make sure volumes are created before mounts */
231 "mounts-changed", G_CALLBACK (mounts_changed)
    [all...]
gunixmounts.c 66 * @short_description: Unix Mounts
91 * Types of UNIX mounts.
318 return "/proc/mounts";
374 * We do this to avoid being fooled by --bind mounts, since
380 * The '/' is to handle procfs, tmpfs and other no device mounts.
578 /* Pass MNT_NOWAIT to avoid blocking trying to update NFS mounts. */
665 * don't return swap and ignore mounts.
1081 * Gets a #GList of strings containing the unix mounts.
1083 * timestamp, allowing for checking if the mounts have changed
1086 * Returns: a #GList of the UNIX mounts.
1112 GList *mounts, *l; local
    [all...]

Completed in 169 milliseconds