Lines Matching full:mountpoint
1430 static int wait_and_unmount(char *mountpoint, bool kill)
1437 if (umount(mountpoint) == 0) {
1442 /* EINVAL is returned if the directory is not a mountpoint,
1454 vold_killProcessesWithOpenFiles(mountpoint, 1);
1457 vold_killProcessesWithOpenFiles(mountpoint, 2);
1465 SLOGD("unmounting %s succeeded\n", mountpoint);
1468 vold_killProcessesWithOpenFiles(mountpoint, 0);
1469 SLOGE("unmounting %s failed: %s\n", mountpoint, strerror(err));