Home | History | Annotate | Download | only in vold

Lines Matching refs:getMountpoint

188              getMountpoint(), oldState, stateToStr(oldState), mState,
216 if (isMountpointMounted(getMountpoint())) {
293 bool primaryStorage = externalStorage && !strcmp(getMountpoint(), externalStorage);
309 getLabel(), getMountpoint());
323 if (isMountpointMounted(getMountpoint())) {
352 SLOGE("Too many device nodes returned when mounting %d\n", getMountpoint());
359 SLOGE("Cannot setup encryption mapping for %d\n", getMountpoint());
430 SLOGI("Device %s, target %s mounted @ /mnt/secure/staging", devicePath, getMountpoint());
446 if (doMoveMount("/mnt/secure/staging", getMountpoint(), false)) {
610 if (doMoveMount(getMountpoint(), SEC_STGDIR, force)) {
611 SLOGE("Failed to move mount %s => %s (%s)", getMountpoint(), SEC_STGDIR, strerror(errno));
646 SLOGI("%s unmounted sucessfully", getMountpoint());
655 SLOGI("Encrypted volume %s reverted successfully", getMountpoint());
676 if (doMoveMount(SEC_STGDIR, getMountpoint(), force)) {