Searched refs:mounts (Results 1 – 1 of 1) sorted by relevance
555 std::vector<IfsMountPtr> mounts; in onSystemReady() local558 mounts.reserve(mMounts.size()); in onSystemReady()567 mounts.push_back(ifs); in onSystemReady()572 if (mounts.empty()) { in onSystemReady()576 std::thread([this, mounts = std::move(mounts)]() { in onSystemReady()578 for (auto&& ifs : mounts) { in onSystemReady()