Home
last modified time | relevance | path

Searched refs:_fileCountText (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/src/system_wrappers/source/
Dtrace_impl.cc73 _fileCountText(0), in TraceImpl()
351 _fileCountText = 1; in SetTraceFileImpl()
355 _fileCountText); in SetTraceFileImpl()
362 _fileCountText = 0; in SetTraceFileImpl()
546 if(_fileCountText == 0) in WriteToFile()
559 _fileCountText++; in WriteToFile()
561 UpdateFileName(oldFileName, newFileName, _fileCountText); in WriteToFile()
Dtrace_impl.h116 WebRtc_UWord32 _fileCountText; variable