Searched refs:ParseSetenv (Results 1 – 2 of 2) sorted by relevance
76 Result<void> ParseSetenv(std::vector<std::string>&& args);
383 Result<void> ServiceParser::ParseSetenv(std::vector<std::string>&& args) { in ParseSetenv() function in android::init::ServiceParser566 {"setenv", {2, 2, &ServiceParser::ParseSetenv}}, in GetParserMap()