Home | History | Annotate | Download | only in vold

Lines Matching refs:mPaths

75     mPaths = new PathCollection();
102 for (it = mPaths->begin(); it != mPaths->end(); ++it)
104 delete mPaths;
108 mPaths->push_back(new PathInfo(path));
136 for (it = mPaths->begin(); it != mPaths->end(); ++it) {
436 if (mPaths->size() != 1) {
441 it = mPaths->begin();
443 mPaths->erase(it); /* Remove it from the list */