Searched refs:EnterNamespace (Results 1 – 1 of 1) sorted by relevance
50 Result<void> EnterNamespace(int nstype, const char* path) { in EnterNamespace() function201 if (auto result = EnterNamespace(nstype, path.c_str()); !result.ok()) { in EnterNamespaces()