Searched refs:ParseMemcgLimitProperty (Results 1 – 2 of 2) sorted by relevance
68 Result<void> ParseMemcgLimitProperty(std::vector<std::string>&& args);
299 Result<void> ServiceParser::ParseMemcgLimitProperty(std::vector<std::string>&& args) { in ParseMemcgLimitProperty() function in android::init::ServiceParser519 {"memcg.limit_property", {1, 1, &ServiceParser::ParseMemcgLimitProperty}}, in GetParserMap()