HomeSort by relevance Sort by last modified time
    Searched refs:incoming_dump_path_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/media/
webrtc_rtp_dump_handler.cc 66 if (incoming_state_ != STATE_NONE && !incoming_dump_path_.empty()) {
71 base::IgnoreResult(&base::DeleteFile), incoming_dump_path_, false));
118 incoming_dump_path_ =
131 incoming_dump_path_,
195 DVLOG(2) << "Incoming RTP dumps released: " << incoming_dump_path_.value();
198 incoming_dump = incoming_dump_path_;
278 incoming_dump_path_ = dump_dir_.AppendASCII("recv");
307 incoming_dump_path_,
311 << incoming_dump_path_.value();
312 incoming_dump_path_.clear()
    [all...]
webrtc_rtp_dump_writer_unittest.cc 55 incoming_dump_path_ = temp_dir_->path().AppendASCII("rtpdump_recv");
58 incoming_dump_path_,
72 EXPECT_TRUE(base::ReadFileToString(incoming_dump_path_, &incoming_dump));
75 EXPECT_FALSE(base::PathExists(incoming_dump_path_));
223 base::FilePath incoming_dump_path_; member in class:WebRtcRtpDumpWriterTest
243 EXPECT_FALSE(base::PathExists(incoming_dump_path_));
277 incoming_dump_path_,
webrtc_rtp_dump_handler.h 116 base::FilePath incoming_dump_path_; member in class:WebRtcRtpDumpHandler

Completed in 95 milliseconds