Searched refs:toUnmount (Results 1 – 2 of 2) sorted by relevance
656 std::list<std::string> toUnmount; in unmountAll() local666 toUnmount.push_front(test); in unmountAll()671 for (const auto& path : toUnmount) { in unmountAll()
864 std::list<std::string> toUnmount; in UnmountTreeWithPrefix() local865 status_t result = findMountPointsWithPrefix(prefix, toUnmount); in UnmountTreeWithPrefix()869 for (const auto& path : toUnmount) { in UnmountTreeWithPrefix()