Searched defs:mounts (Results 1 - 4 of 4) sorted by relevance
/external/bluetooth/glib/gio/ |
H A D | 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 [all...] |
H A D | gwin32volumemonitor.c | 46 GList *mounts; member in struct:_GWin32VolumeMonitor 276 "mounts-changed", G_CALLBACK (mounts_changed),
|
H A D | gunixmounts.c | 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. 1104 * if the mounts hav 1112 GList *mounts, *l; local [all...] |
/external/libffi/src/ |
H A D | 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) argument 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", [all...] |
Completed in 63 milliseconds