Searched refs:toUnmount (Results 1 – 2 of 2) sorted by relevance
955 std::list<std::string> toUnmount; in unmountAll() local966 toUnmount.push_front(test); in unmountAll()971 for (const auto& path : toUnmount) { in unmountAll()
1246 std::list<std::string> toUnmount; in UnmountTreeWithPrefix() local1247 status_t result = findMountPointsWithPrefix(prefix, toUnmount); in UnmountTreeWithPrefix()1251 for (const auto& path : toUnmount) { in UnmountTreeWithPrefix()