Searched refs:CallVdc (Results 1 – 1 of 1) sorted by relevance
203 static Result<void> CallVdc(const std::string& system, const std::string& cmd) { in CallVdc() function696 CallVdc("volume", "shutdown"); in DoReboot()818 if (auto result = CallVdc("volume", "reset"); !result.ok()) { in DoUserspaceReboot()