Lines Matching refs:mInternalEmulatedVolumes
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()
914 if (mInternalEmulatedVolumes.empty()) { in shutdown()
918 for (const auto& vol : mInternalEmulatedVolumes) { in shutdown()
925 mInternalEmulatedVolumes.clear(); in shutdown()
938 for (const auto& vol : mInternalEmulatedVolumes) { in unmountAll()