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

/external/webrtc/src/system_wrappers/source/
H A Dfile_impl.cc88 WebRtc_Word32 FileWrapperImpl::FileName(WebRtc_Word8* fileNameUTF8, argument
106 memcpy(fileNameUTF8, _fileNameUTF8, len);
107 fileNameUTF8[len] = 0;
117 WebRtc_Word32 FileWrapperImpl::OpenFile(const WebRtc_Word8 *fileNameUTF8, argument
121 WebRtc_Word32 length = (WebRtc_Word32)strlen(fileNameUTF8);
136 fileNameUTF8,
161 tmpId = fopen(fileNameUTF8, "rt");
163 tmpId = fopen(fileNameUTF8, "wt");
168 tmpId = fopen(fileNameUTF8, "rb");
170 tmpId = fopen(fileNameUTF8, "w
[all...]
H A Dfile_impl.h25 virtual WebRtc_Word32 FileName(WebRtc_Word8* fileNameUTF8,
30 virtual WebRtc_Word32 OpenFile(const WebRtc_Word8* fileNameUTF8,
H A Dtrace_impl.cc483 WebRtc_Word32 TraceImpl::SetTraceFileImpl(const WebRtc_Word8* fileNameUTF8, argument
491 if(fileNameUTF8)
498 CreateFileName(fileNameUTF8, fileNameWithCounterUTF8,
507 if(_traceFile.OpenFile(fileNameUTF8, false, false, true) == -1)
518 WebRtc_Word8 fileNameUTF8[FileWrapper::kMaxFileNameSize])
521 return _traceFile.FileName(fileNameUTF8, FileWrapper::kMaxFileNameSize);
799 const WebRtc_Word8 fileNameUTF8[FileWrapper::kMaxFileNameSize],
803 WebRtc_Word32 length = (WebRtc_Word32)strlen(fileNameUTF8);
812 if(fileNameUTF8[lengthWithoutFileEnding] == '.')
826 if(fileNameUTF8[lengthTo
517 TraceFileImpl( WebRtc_Word8 fileNameUTF8[FileWrapper::kMaxFileNameSize]) argument
798 UpdateFileName( const WebRtc_Word8 fileNameUTF8[FileWrapper::kMaxFileNameSize], WebRtc_Word8 fileNameWithCounterUTF8[FileWrapper::kMaxFileNameSize], const WebRtc_UWord32 newCount) const argument
840 CreateFileName( const WebRtc_Word8 fileNameUTF8[FileWrapper::kMaxFileNameSize], WebRtc_Word8 fileNameWithCounterUTF8[FileWrapper::kMaxFileNameSize], const WebRtc_UWord32 newCount) const argument
[all...]
H A Dtrace_impl.h111 const WebRtc_Word8 fileNameUTF8[FileWrapper::kMaxFileNameSize],
116 const WebRtc_Word8 fileNameUTF8[FileWrapper::kMaxFileNameSize],
/external/webrtc/src/system_wrappers/interface/
H A Dfile_wrapper.h34 virtual WebRtc_Word32 OpenFile(const WebRtc_Word8* fileNameUTF8,
47 // Returns the opened file's name in fileNameUTF8. size is the allocated
48 // size of fileNameUTF8. The name will be truncated if the size of
49 // fileNameUTF8 is to small.
50 virtual WebRtc_Word32 FileName(WebRtc_Word8* fileNameUTF8,

Completed in 137 milliseconds