Home
last modified time | relevance | path

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

/system/core/init/
Dmount_namespace.h24 enum MountNamespace { NS_BOOTSTRAP, NS_DEFAULT }; enumerator
Dmount_namespace.cpp294 const auto& ns_id = target_mount_namespace == NS_BOOTSTRAP ? bootstrap_ns_id : default_ns_id; in SwitchToMountNamespaceIfNeeded()
295 const auto& ns_fd = target_mount_namespace == NS_BOOTSTRAP ? bootstrap_ns_fd : default_ns_fd; in SwitchToMountNamespaceIfNeeded()
296 const auto& ns_name = target_mount_namespace == NS_BOOTSTRAP ? "bootstrap" : "default"; in SwitchToMountNamespaceIfNeeded()
312 return NS_BOOTSTRAP; in GetCurrentMountNamespace()
Dservice.cpp482 override_mount_namespace = NS_BOOTSTRAP; in Start()
Dreboot.cpp873 if (!SwitchToMountNamespaceIfNeeded(NS_BOOTSTRAP).ok()) { in DoUserspaceReboot()