Home
last modified time | relevance | path

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

/system/core/init/
Dservice.cpp324 mount_namespace_.has_value() && *mount_namespace_ == NS_DEFAULT; in Reap()
531 if (auto result = EnterNamespaces(namespaces_, name_, mount_namespace_); !result.ok()) { in RunService()
651 if (!mount_namespace_.has_value()) { in Start()
804 mount_namespace_ = NS_DEFAULT; in SetMountNamespace()
808 mount_namespace_ = IsDefaultMountNamespaceReady() ? NS_DEFAULT : NS_BOOTSTRAP; in SetMountNamespace()
Dservice.h245 std::optional<MountNamespace> mount_namespace_; variable