Home
last modified time | relevance | path

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

/system/core/init/
Dmount_namespace.cpp202 MountNamespace current_mount_namespace; in SwitchToMountNamespaceIfNeeded() local
204 current_mount_namespace = NS_BOOTSTRAP; in SwitchToMountNamespaceIfNeeded()
206 current_mount_namespace = NS_DEFAULT; in SwitchToMountNamespaceIfNeeded()
213 if (current_mount_namespace == target_mount_namespace) { in SwitchToMountNamespaceIfNeeded()