Home
last modified time | relevance | path

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

/system/incremental_delivery/incfs/
DMountRegistry.cpp216 auto lock = ensureUpToDate(); in rootFor()
221 auto lock = ensureUpToDate(); in detailsFor()
230 auto lock = ensureUpToDate(); in rootAndSubpathFor()
239 auto lock = ensureUpToDate(); in copyMounts()
244 (void)ensureUpToDate(); in reload()
247 std::unique_lock<std::mutex> MountRegistry::ensureUpToDate() { in ensureUpToDate() function in android::incfs::MountRegistry
/system/incremental_delivery/incfs/include/
DMountRegistry.h122 [[nodiscard]] std::unique_lock<std::mutex> ensureUpToDate();