Home
last modified time | relevance | path

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

/external/webrtc/src/system_wrappers/source/
Dfile_impl.cc128 FILE *tmpId = NULL; in OpenFile() local
143 tmpId = _wfopen(wideFileName, L"rt"); in OpenFile()
145 tmpId = _wfopen(wideFileName, L"wt"); in OpenFile()
150 tmpId = _wfopen(wideFileName, L"rb"); in OpenFile()
152 tmpId = _wfopen(wideFileName, L"wb"); 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()
174 if (tmpId != NULL) in OpenFile()
[all …]