Home | History | Annotate | Download | only in vold

Lines Matching refs:Resize

982        SLOGE("ASEC resize failed for %s: couldn't construct mountpoint", id);
1020 SLOGW("Size unchanged; ignoring resize request");
1054 SLOGE("Only ext4 partitions are supported for resize");
1060 SLOGE("Resize of ASEC image file failed. Could not resize %s", id);
1092 if (android::vold::ext4::Resize(dmDevice, numImgSectors)) {
1093 SLOGE("Unable to resize %s (%s)", id, strerror(errno));