Home
last modified time | relevance | path

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

/system/core/init/
Dservice.cpp131 bool remount_sys = std::any_of(namespaces_to_enter_.begin(), namespaces_to_enter_.end(), in SetUpMountNamespace()
178 for (const auto& [nstype, path] : namespaces_to_enter_) { in EnterNamespaces()
472 if (!namespaces_to_enter_.empty()) { in ParseEnterNamespace()
478 namespaces_to_enter_.emplace_back(CLONE_NEWNET, std::move(args[2])); in ParseEnterNamespace()
Dservice.h201 std::vector<std::pair<int, std::string>> namespaces_to_enter_; variable