Home
last modified time | relevance | path

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

/system/core/init/
Dservice.h132 bool ParseIoprio(const std::vector<std::string>& args, std::string* err);
Dservice.cpp436 bool Service::ParseIoprio(const std::vector<std::string>& args, std::string* err) { in ParseIoprio() function in android::init::Service
639 {"ioprio", {2, 2, &Service::ParseIoprio}}, in map()