Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp203 static Result<void> CallVdc(const std::string& system, const std::string& cmd) { in CallVdc() function
696 CallVdc("volume", "shutdown"); in DoReboot()
818 if (auto result = CallVdc("volume", "reset"); !result.ok()) { in DoUserspaceReboot()