Home
last modified time | relevance | path

Searched refs:namespaces_to_enter (Results 1 – 3 of 3) sorted by relevance

/system/core/init/
Dservice_utils.cpp200 for (const auto& [nstype, path] : info.namespaces_to_enter) { in EnterNamespaces()
218 std::any_of(info.namespaces_to_enter.begin(), info.namespaces_to_enter.end(), in EnterNamespaces()
Dservice_utils.h74 std::vector<std::pair<int, std::string>> namespaces_to_enter; member
Dservice_parser.cpp143 if (!service_->namespaces_.namespaces_to_enter.empty()) { in ParseEnterNamespace()
149 service_->namespaces_.namespaces_to_enter.emplace_back(CLONE_NEWNET, std::move(args[2])); in ParseEnterNamespace()