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

  /bootable/recovery/mtdutils/
Android.mk 9 mounts.c
  /external/bluetooth/glib/gio/
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...]
gwin32volumemonitor.c 46 GList *mounts; member in struct:_GWin32VolumeMonitor
276 "mounts-changed", G_CALLBACK (mounts_changed),
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...]
  /external/kernel-headers/original/linux/
mount.h 51 struct list_head mnt_share; /* circular list of shared mounts */
52 struct list_head mnt_slave_list;/* list of slave mounts */
93 extern void mark_mounts_for_expiry(struct list_head *mounts);
94 extern void shrink_submounts(struct vfsmount *mountpoint, struct list_head *mounts);
  /build/tools/releasetools/
edify_generator.py 26 self.mounts = set()
34 x.mounts = self.mounts
138 self.mounts.add(path)
225 for p in sorted(self.mounts):
227 self.mounts = set()
  /external/libffi/src/
closures.c 122 f = fopen ("/proc/mounts", "r");
236 listed in the mounts file. Subsequent calls with the same mounts
238 as the mounts file closes the file. */
240 open_temp_exec_file_mnt (const char *mounts)
245 if (mounts != last_mounts)
250 last_mounts = mounts;
252 if (mounts)
253 last_mntent = setmntent (mounts, "r");
296 { open_temp_exec_file_mnt, "/proc/mounts", 1 }
    [all...]
  /external/blktrace/doc/
blktrace.tex 258 This filesystem will be automatically checked every 27 mounts or
    [all...]

Completed in 739 milliseconds