Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dservice_parser.h67 Result<void> ParseMemcgLimitProperty(std::vector<std::string>&& args);
H A Dservice_parser.cpp338 Result<void> ServiceParser::ParseMemcgLimitProperty(std::vector<std::string>&& args) { in ParseMemcgLimitProperty() function in android::init::ServiceParser
599 {"memcg.limit_property", {1, 1, &ServiceParser::ParseMemcgLimitProperty}}, in GetParserMap()