Home | History | Annotate | Download | only in vold

Lines Matching refs:mountpoint

587 static int wait_and_unmount(char *mountpoint)
594 if (umount(mountpoint)) {
596 /* EINVAL is returned if the directory is not a mountpoint,
609 SLOGD("unmounting %s succeeded\n", mountpoint);
612 SLOGE("unmounting %s failed\n", mountpoint);