Searched refs:fileNameWithCounterUTF8 (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/src/system_wrappers/source/ |
D | trace_impl.cc | 353 char fileNameWithCounterUTF8[FileWrapper::kMaxFileNameSize]; in SetTraceFileImpl() local 354 CreateFileName(fileNameUTF8, fileNameWithCounterUTF8, in SetTraceFileImpl() 356 if(_traceFile.OpenFile(fileNameWithCounterUTF8, false, false, in SetTraceFileImpl() 665 char fileNameWithCounterUTF8[FileWrapper::kMaxFileNameSize], in UpdateFileName() 699 memcpy(fileNameWithCounterUTF8, fileNameUTF8, lengthTo_); in UpdateFileName() 700 sprintf(fileNameWithCounterUTF8+lengthTo_, "_%lu%s", in UpdateFileName() 708 char fileNameWithCounterUTF8[FileWrapper::kMaxFileNameSize], in CreateFileName() 732 memcpy(fileNameWithCounterUTF8, fileNameUTF8, lengthWithoutFileEnding); in CreateFileName() 733 sprintf(fileNameWithCounterUTF8+lengthWithoutFileEnding, "_%lu%s", in CreateFileName()
|
D | trace_impl.h | 103 char fileNameWithCounterUTF8[FileWrapper::kMaxFileNameSize], 108 char fileNameWithCounterUTF8[FileWrapper::kMaxFileNameSize],
|