Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dservice_utils.cpp50 Result<void> EnterNamespace(int nstype, const char* path) { in EnterNamespace() function
201 if (auto result = EnterNamespace(nstype, path.c_str()); !result.ok()) { in EnterNamespaces()