Searched refs:ParseIoprio (Results 1 – 2 of 2) sorted by relevance
60 Result<void> ParseIoprio(std::vector<std::string>&& args);
216 Result<void> ServiceParser::ParseIoprio(std::vector<std::string>&& args) { in ParseIoprio() function in android::init::ServiceParser548 {"ioprio", {2, 2, &ServiceParser::ParseIoprio}}, in GetParserMap()