Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.cpp656 std::list<std::string> toUnmount; in unmountAll() local
666 toUnmount.push_front(test); in unmountAll()
671 for (const auto& path : toUnmount) { in unmountAll()
DUtils.cpp864 std::list<std::string> toUnmount; in UnmountTreeWithPrefix() local
865 status_t result = findMountPointsWithPrefix(prefix, toUnmount); in UnmountTreeWithPrefix()
869 for (const auto& path : toUnmount) { in UnmountTreeWithPrefix()