Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dservice.cpp329 mount_namespace_.has_value() && *mount_namespace_ == NS_DEFAULT; in Reap()
520 if (auto result = EnterNamespaces(namespaces_, name_, mount_namespace_); !result.ok()) { in RunService()
640 if (!mount_namespace_.has_value()) { in Start()
794 mount_namespace_ = NS_DEFAULT; in SetMountNamespace()
798 mount_namespace_ = IsDefaultMountNamespaceReady() ? NS_DEFAULT : NS_BOOTSTRAP; in SetMountNamespace()
H A Dservice.h226 std::optional<MountNamespace> mount_namespace_; variable