Home
last modified time | relevance | path

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

/system/core/init/
Dservice_parser.h68 Result<void> ParseMemcgSoftLimitInBytes(std::vector<std::string>&& args);
Dservice_parser.cpp343 Result<void> ServiceParser::ParseMemcgSoftLimitInBytes(std::vector<std::string>&& args) { in ParseMemcgSoftLimitInBytes() function in android::init::ServiceParser
601 {1, 1, &ServiceParser::ParseMemcgSoftLimitInBytes}}, in GetParserMap()