Home
last modified time | relevance | path

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

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