Home
last modified time | relevance | path

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

/system/core/init/
Dservice_parser.h78 Result<void> ParseSigstop(std::vector<std::string>&& args);
Dservice_parser.cpp378 Result<void> ServiceParser::ParseSigstop(std::vector<std::string>&& args) { in ParseSigstop() function in android::init::ServiceParser
568 {"sigstop", {0, 0, &ServiceParser::ParseSigstop}}, in GetParserMap()