Home
last modified time | relevance | path

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

/system/core/init/
Dservice_parser.h62 Result<void> ParseOneshot(std::vector<std::string>&& args);
Dservice_parser.cpp268 Result<void> ServiceParser::ParseOneshot(std::vector<std::string>&& args) { in ParseOneshot() function in android::init::ServiceParser
557 {"oneshot", {0, 0, &ServiceParser::ParseOneshot}}, in GetParserMap()