Home | History | Annotate | Download | only in vold

Lines Matching refs:id1

647 int VolumeManager::renameAsec(const char *id1, const char *id2) {
654 if (findAsec(id1, asecFilename1, sizeof(asecFilename1), &dir)) {
655 SLOGE("Couldn't find ASEC %s", id1);
661 int written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::ASECDIR, id1);