Searched refs:EnterNamespaces (Results 1 – 3 of 3) sorted by relevance
86 Result<void> EnterNamespaces(const NamespaceInfo& info, const std::string& name,
198 Result<void> EnterNamespaces(const NamespaceInfo& info, const std::string& name, in EnterNamespaces() function
531 if (auto result = EnterNamespaces(namespaces_, name_, mount_namespace_); !result.ok()) { in RunService()