Home
last modified time | relevance | path

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

/system/core/init/
Dmount_namespace.cpp218 const auto& ns_name = target_mount_namespace == NS_BOOTSTRAP ? "bootstrap" : "default"; in SwitchToMountNamespaceIfNeeded() local
221 return ErrnoError() << "Failed to switch to " << ns_name << " mount namespace."; in SwitchToMountNamespaceIfNeeded()