OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileRotatingStream
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/base/
filerotatingstream.cc
11
#include "webrtc/base/
filerotatingstream
.h"
26
FileRotatingStream
::
FileRotatingStream
(const std::string& dir_path,
28
:
FileRotatingStream
(dir_path, file_prefix, 0, 0, kRead) {
31
FileRotatingStream
::
FileRotatingStream
(const std::string& dir_path,
35
:
FileRotatingStream
(dir_path,
44
FileRotatingStream
::
FileRotatingStream
(const std::string& dir_path,
80
FileRotatingStream
::~FileRotatingStream()
[
all
...]
logsinks.h
17
#include "webrtc/base/
filerotatingstream
.h"
23
// Log sink that uses a
FileRotatingStream
to write to disk.
46
explicit FileRotatingLogSink(
FileRotatingStream
* stream);
49
scoped_ptr<
FileRotatingStream
> stream_;
filerotatingstream.h
22
//
FileRotatingStream
writes to a file in the directory specified in the
26
class
FileRotatingStream
: public StreamInterface {
30
FileRotatingStream
(const std::string& dir_path,
35
FileRotatingStream
(const std::string& dir_path,
40
~
FileRotatingStream
() override;
86
FileRotatingStream
(const std::string& dir_path,
126
RTC_DISALLOW_COPY_AND_ASSIGN(
FileRotatingStream
);
138
// a set of rotating files. We do this by inheriting
FileRotatingStream
and
143
class CallSessionFileRotatingStream : public
FileRotatingStream
{
logsinks.cc
24
: FileRotatingLogSink(new
FileRotatingStream
(log_dir_path,
30
FileRotatingLogSink::FileRotatingLogSink(
FileRotatingStream
* stream)
filerotatingstream_unittest.cc
13
#include "webrtc/base/
filerotatingstream
.h"
36
stream_.reset(new
FileRotatingStream
(dir_path_, file_prefix, max_file_size,
60
scoped_ptr<
FileRotatingStream
> stream;
61
stream.reset(new
FileRotatingStream
(dir_path, file_prefix));
91
scoped_ptr<
FileRotatingStream
> stream_;
/external/webrtc/talk/app/webrtc/objc/
RTCFileLogger.mm
31
#include "webrtc/base/
filerotatingstream
.h"
145
rtc::scoped_ptr<rtc::
FileRotatingStream
> stream;
149
new rtc::
FileRotatingStream
(_dirPath.UTF8String,
Completed in 132 milliseconds