Searched refs:mInternalEmulatedVolumes (Results 1 – 2 of 2) sorted by relevance
187 CHECK(mInternalEmulatedVolumes.empty()); in start()193 mInternalEmulatedVolumes.push_back(vol); in start()324 for (const auto& vol : mInternalEmulatedVolumes) { in findVolume()374 auto i = mInternalEmulatedVolumes.begin(); in destroyEmulatedVolumesForUser()375 while (i != mInternalEmulatedVolumes.end()) { in destroyEmulatedVolumesForUser()379 i = mInternalEmulatedVolumes.erase(i); in destroyEmulatedVolumesForUser()410 mInternalEmulatedVolumes.push_back(vol); in createEmulatedVolumesForUser()875 for (auto& vol : mInternalEmulatedVolumes) { in handleAppStorageDirs()897 for (const auto& vol : mInternalEmulatedVolumes) { in reset()900 mInternalEmulatedVolumes.clear(); in reset()[all …]
87 for (const auto& vol : mInternalEmulatedVolumes) { in findVolumeWithFilter()226 std::list<std::shared_ptr<android::vold::VolumeBase>> mInternalEmulatedVolumes; variable