Searched defs:cd (Results 1 - 1 of 1) sorted by relevance

/system/vold/
H A DVolumeManager.cpp761 ContainerData* cd = *it; local
762 if (!strcmp(cd->id, id)) {
1484 ContainerData* cd = *it; local
1486 if (cd->type == ASEC) {
1488 } else if (cd->type == OBB) {
1489 if (v == getVolumeForFile(cd->id)) {
1490 toUnmount.push_back(cd);
1493 SLOGE("Unknown container type %d!", cd->type);
1498 ContainerData *cd = *it; local
1499 SLOGI("Unmounting ASEC %s (dependant on %s)", cd
[all...]

Completed in 58 milliseconds