Home
last modified time | relevance | path

Searched refs:AsecIdCollection (Results 1 – 2 of 2) sorted by relevance

/system/vold/
DVolumeManager.h51 typedef android::List<ContainerData*> AsecIdCollection; typedef
61 AsecIdCollection *mActiveContainers;
DVolumeManager.cpp65 mActiveContainers = new AsecIdCollection(); in VolumeManager()
814 AsecIdCollection::iterator it; in unmountLoopImage()
1553 AsecIdCollection toUnmount; in cleanupAsec()
1555 for (AsecIdCollection::iterator it = mActiveContainers->begin(); it != mActiveContainers->end(); in cleanupAsec()
1570 for (AsecIdCollection::iterator it = toUnmount.begin(); it != toUnmount.end(); ++it) { in cleanupAsec()