Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dservice_parser.h56 Result<void> ParseGentleKill(std::vector<std::string>&& args);
H A Dservice_parser.cpp154 Result<void> ServiceParser::ParseGentleKill(std::vector<std::string>&& args) { in ParseGentleKill() function in android::init::ServiceParser
592 {"gentle_kill", {0, 0, &ServiceParser::ParseGentleKill}}, in GetParserMap()