Home | History | Annotate | Download | only in profman

Lines Matching refs:out_fd

619       unix_file::FdFile out_fd(dump_output_to_fd_, /*check_usage=*/ false);
620 if (!out_fd.WriteFully(dump.c_str(), dump.length())) {
750 unix_file::FdFile out_fd(dump_output_to_fd_, /*check_usage=*/ false);
751 if (!out_fd.WriteFully(dump.c_str(), dump.length())) {