Searched refs:debug_file_ (Results 1 – 2 of 2) sorted by relevance
/external/google-breakpad/src/processor/ |
D | basic_code_module.h | 62 debug_file_(that->debug_file()), in BasicCodeModule() 76 debug_file_(debug_file), in BasicCodeModule() 88 virtual string debug_file() const { return debug_file_; } in debug_file() 98 string debug_file_; variable
|
/external/webrtc/webrtc/modules/video_coding/test/ |
D | rtp_player.cc | 78 debug_file_(fopen("PacketLossDebug.txt", "w")), in LostPackets() 87 if (debug_file_) { in ~LostPackets() 88 fclose(debug_file_); in ~LostPackets() 89 debug_file_ = NULL; in ~LostPackets() 101 if (debug_file_) { in AddPacket() 102 fprintf(debug_file_, "%u Lost packet: %u\n", loss_count_, in AddPacket() 117 if (debug_file_) { in SetResendTime() 118 fprintf(debug_file_, "Resend %u at %u\n", packet->seq_num(), in SetResendTime() 156 if (debug_file_) { in LogPacketResent() 157 fprintf(debug_file_, "Resent %u at %u\n", packet->seq_num(), in LogPacketResent() [all …]
|