Home
last modified time | relevance | path

Searched refs:nstype (Results 1 – 1 of 1) sorted by relevance

/system/core/init/
Dservice_utils.cpp49 Result<void> EnterNamespace(int nstype, const char* path) { in EnterNamespace() argument
54 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()