Home | History | Annotate | Download | only in vold

Lines Matching refs:Mount

26 #include <sys/mount.h>
586 if (TEMP_FAILURE_RETRY(mount(storageSource.c_str(), "/storage",
588 PLOG(ERROR) << "Failed to mount " << storageSource << " for "
593 // Mount user-specific symlink helper into place
596 if (TEMP_FAILURE_RETRY(mount(userSource.c_str(), "/storage/self",
598 PLOG(ERROR) << "Failed to mount " << userSource << " for "
676 SLOGW("Tearing down stale mount %s", path.c_str());
923 mountStatus = android::vold::ext4::Mount(dmDevice, mountPoint,
926 mountStatus = android::vold::vfat::Mount(dmDevice, mountPoint,
931 SLOGE("ASEC FAT mount failed (%s)", strerror(errno));
945 SLOGI("Cannot chown/chmod new ASEC mount point %s", mountPoint);
1143 result = android::vold::ext4::Mount(loopDevice, mountPoint,
1146 result = android::vold::vfat::Mount(loopDevice, mountPoint,
1151 SLOGE("ASEC finalize mount failed (%s)", strerror(errno));
1211 int ret = android::vold::ext4::Mount(loopDevice, mountPoint,
1273 result |= android::vold::ext4::Mount(loopDevice, mountPoint,
1645 SLOGE("ASEC mount failed for %s: couldn't construct mountpoint", id);
1709 result = android::vold::ext4::Mount(dmDevice, mountPoint,
1712 result = android::vold::vfat::Mount(dmDevice, mountPoint,
1717 SLOGE("ASEC mount failed (%s)", strerror(errno));
1746 SLOGE("OBB mount failed for %s: couldn't construct mountpoint", img);
1802 if (android::vold::vfat::Mount(dmDevice, mountPoint,
1804 SLOGE("Image mount failed (%s)", strerror(errno));