Home | History | Annotate | Download | only in vold

Lines Matching full:mounts

489     FILE* fp = setmntent("/proc/mounts", "r");
491 ALOGE("Error opening /proc/mounts: %s", strerror(errno));
661 // Worst case we might have some stale mounts lurking around, so
663 FILE* fp = setmntent("/proc/mounts", "r");
665 SLOGE("Error opening /proc/mounts: %s", strerror(errno));
1739 * Mounts an image file <code>img</code>.
1826 FILE *fp = setmntent("/proc/mounts", "r");
1828 SLOGE("Error opening /proc/mounts (%s)", strerror(errno));
1864 FILE *fp = setmntent("/proc/mounts", "r");
1866 SLOGE("Error opening /proc/mounts (%s)", strerror(errno));