Home | History | Annotate | Download | only in vold

Lines Matching refs:mountpoint

1509 int wait_and_unmount(const char *mountpoint, bool kill)
1516 if (umount(mountpoint) == 0) {
1521 /* EINVAL is returned if the directory is not a mountpoint,
1533 vold_killProcessesWithOpenFiles(mountpoint, SIGTERM);
1536 vold_killProcessesWithOpenFiles(mountpoint, SIGKILL);
1544 SLOGD("unmounting %s succeeded\n", mountpoint);
1547 vold_killProcessesWithOpenFiles(mountpoint, 0);
1548 SLOGE("unmounting %s failed: %s\n", mountpoint, strerror(err));