Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/log_tee/
Dlog_tee.cpp75 auto log_fd = cuttlefish::SharedFD::Dup(FLAGS_log_fd_in); in main() local
76 CHECK(log_fd->IsOpen()) << "Failed to dup log_fd_in: " << log_fd->StrError(); in main()
98 .fd = log_fd, in main()
127 chars_read = log_fd->Read(buf, sizeof(buf)); in main()
130 << ": " << log_fd->StrError(); in main()
/device/google/cuttlefish/guest/monitoring/tombstone_transmit/
Dtombstone_transmit.cpp69 auto log_fd = cuttlefish::SharedFD::VsockClient( in tombstone_send_to_host() local
75 while (log_fd->IsOpen() && ifs.is_open() && !ifs.eof()) { in tombstone_send_to_host()
78 log_fd->Write(buffer, ifs.gcount()); in tombstone_send_to_host()
82 if (!log_fd->IsOpen()) { in tombstone_send_to_host()
83 auto error = log_fd->StrError(); in tombstone_send_to_host()