Home
last modified time | relevance | path

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

/system/core/init/
Dservice.h206 std::vector<std::pair<std::string, std::string>> environment_vars_; variable
Dservice.cpp693 environment_vars_.emplace_back(std::move(args[1]), std::move(args[2])); in ParseSetenv()
997 for (const auto& [key, value] : environment_vars_) { in Start()