Home
last modified time | relevance | path

Searched refs:fileNameUTF8 (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/src/system_wrappers/source/
Dfile_impl.cc88 int FileWrapperImpl::FileName(char* fileNameUTF8, in FileName() argument
107 memcpy(fileNameUTF8, _fileNameUTF8, length); in FileName()
108 fileNameUTF8[length] = 0; in FileName()
117 int FileWrapperImpl::OpenFile(const char *fileNameUTF8, bool readOnly, in OpenFile() argument
120 size_t length = strlen(fileNameUTF8); in OpenFile()
135 fileNameUTF8, in OpenFile()
160 tmpId = fopen(fileNameUTF8, "rt"); in OpenFile()
162 tmpId = fopen(fileNameUTF8, "wt"); in OpenFile()
167 tmpId = fopen(fileNameUTF8, "rb"); in OpenFile()
169 tmpId = fopen(fileNameUTF8, "wb"); in OpenFile()
[all …]
Dtrace_impl.cc339 WebRtc_Word32 TraceImpl::SetTraceFileImpl(const char* fileNameUTF8, in SetTraceFileImpl() argument
347 if(fileNameUTF8) in SetTraceFileImpl()
354 CreateFileName(fileNameUTF8, fileNameWithCounterUTF8, in SetTraceFileImpl()
363 if(_traceFile.OpenFile(fileNameUTF8, false, false, true) == -1) in SetTraceFileImpl()
374 char fileNameUTF8[FileWrapper::kMaxFileNameSize]) in TraceFileImpl()
377 return _traceFile.FileName(fileNameUTF8, FileWrapper::kMaxFileNameSize); in TraceFileImpl()
664 const char fileNameUTF8[FileWrapper::kMaxFileNameSize], in UpdateFileName()
668 WebRtc_Word32 length = (WebRtc_Word32)strlen(fileNameUTF8); in UpdateFileName()
677 if(fileNameUTF8[lengthWithoutFileEnding] == '.') in UpdateFileName()
691 if(fileNameUTF8[lengthTo_] == '_') in UpdateFileName()
[all …]
Dfile_impl.h26 virtual int FileName(char* fileNameUTF8,
31 virtual int OpenFile(const char* fileNameUTF8,
Dtrace_impl.h102 const char fileNameUTF8[FileWrapper::kMaxFileNameSize],
107 const char fileNameUTF8[FileWrapper::kMaxFileNameSize],
/external/webrtc/src/system_wrappers/interface/
Dfile_wrapper.h36 virtual int OpenFile(const char* fileNameUTF8,
53 virtual int FileName(char* fileNameUTF8,