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.cpp286 const auto& ns_id = target_mount_namespace == NS_BOOTSTRAP ? bootstrap_ns_id : default_ns_id; in SwitchToMountNamespaceIfNeeded()
287 const auto& ns_fd = target_mount_namespace == NS_BOOTSTRAP ? bootstrap_ns_fd : default_ns_fd; in SwitchToMountNamespaceIfNeeded()
288 const auto& ns_name = target_mount_namespace == NS_BOOTSTRAP ? "bootstrap" : "default"; in SwitchToMountNamespaceIfNeeded()
Dservice.cpp475 override_mount_namespace = NS_BOOTSTRAP; in Start()
Dreboot.cpp839 if (!SwitchToMountNamespaceIfNeeded(NS_BOOTSTRAP)) { in DoUserspaceReboot()