Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/confirmationui/
DTrustyConfirmationUI.cpp55 const char* TrustyConfirmationUI::GetVirtioConsoleDevicePath() { in GetVirtioConsoleDevicePath() function in aidl::android::hardware::confirmationui::TrustyConfirmationUI
63 host_fd_ = cuttlefish::SharedFD::Open(GetVirtioConsoleDevicePath(), O_RDWR);
64 CHECK(host_fd_->IsOpen()) << "ConfUI: " << GetVirtioConsoleDevicePath() << " is not open.";
66 << "ConfUI: " << GetVirtioConsoleDevicePath() << " fail in SetTerminalRaw()";
DTrustyConfirmationUI.h114 static const char* GetVirtioConsoleDevicePath();