Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dservice.h184 std::vector<std::pair<std::string, std::string>> environment_vars_; variable
H A Dservice.cpp527 for (const auto& [key, value] : environment_vars_) { in RunService()
H A Dservice_parser.cpp390 service_->environment_vars_.emplace_back(std::move(args[1]), std::move(args[2])); in ParseSetenv()