Home
last modified time | relevance | path

Searched refs:mounts (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/incremental/
DIncrementalService.cpp555 std::vector<IfsMountPtr> mounts; in onSystemReady() local
558 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()