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