Searched refs:log_fd (Results 1 – 2 of 2) sorted by relevance
75 auto log_fd = cuttlefish::SharedFD::Dup(FLAGS_log_fd_in); in main() local76 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()
69 auto log_fd = cuttlefish::SharedFD::VsockClient( in tombstone_send_to_host() local75 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()