Searched refs:nstype (Results 1 – 1 of 1) sorted by relevance
49 Result<void> EnterNamespace(int nstype, const char* path) { in EnterNamespace() argument54 if (setns(fd, nstype) == -1) { in EnterNamespace()200 for (const auto& [nstype, path] : info.namespaces_to_enter) { in EnterNamespaces()201 if (auto result = EnterNamespace(nstype, path.c_str()); !result.ok()) { in EnterNamespaces()