Searched refs:ParseNamespace (Results 1 – 2 of 2) sorted by relevance
71 Result<void> ParseNamespace(std::vector<std::string>&& args);
282 Result<void> ServiceParser::ParseNamespace(std::vector<std::string>&& args) { in ParseNamespace() function in android::init::ServiceParser556 {"namespace", {1, 2, &ServiceParser::ParseNamespace}}, in GetParserMap()