Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A DVolumeManager.cpp955 std::list<std::string> toUnmount; in unmountAll() local
966 toUnmount.push_front(test); in unmountAll()
971 for (const auto& path : toUnmount) { in unmountAll()
H A DUtils.cpp1246 std::list<std::string> toUnmount; in UnmountTreeWithPrefix() local
1247 status_t result = findMountPointsWithPrefix(prefix, toUnmount); in UnmountTreeWithPrefix()
1251 for (const auto& path : toUnmount) { in UnmountTreeWithPrefix()