Home
last modified time | relevance | path

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

/system/core/init/
Dservice.h156 Result<Success> ParseOneshot(std::vector<std::string>&& args);
Dservice.cpp591 Result<Success> Service::ParseOneshot(std::vector<std::string>&& args) { in ParseOneshot() function in android::init::Service
830 {"oneshot", {0, 0, &Service::ParseOneshot}}, in map()