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