Searched refs:mounts (Results 1 – 1 of 1) sorted by relevance
535 std::vector<IfsMountPtr> mounts; in onSystemReady() local538 mounts.reserve(mMounts.size()); in onSystemReady()547 mounts.push_back(ifs); in onSystemReady()552 if (mounts.empty()) { in onSystemReady()556 std::thread([this, mounts = std::move(mounts)]() { in onSystemReady()558 for (auto&& ifs : mounts) { in onSystemReady()