Home | History | Annotate | Download | only in vold

Lines Matching refs:getMountpoint

168              getMountpoint(), oldState, stateToStr(oldState), mState,
196 if (isMountpointMounted(getMountpoint())) {
269 getLabel(), getMountpoint());
280 if (isMountpointMounted(getMountpoint())) {
326 SLOGI("Device %s, target %s mounted @ /mnt/secure/staging", devicePath, getMountpoint());
341 if (doMoveMount("/mnt/secure/staging", getMountpoint(), false)) {
505 if (doMoveMount(getMountpoint(), SEC_STGDIR, force)) {
506 SLOGE("Failed to move mount %s => %s (%s)", getMountpoint(), SEC_STGDIR, strerror(errno));
541 SLOGI("%s unmounted sucessfully", getMountpoint());
561 if (doMoveMount(SEC_STGDIR, getMountpoint(), force)) {