Searched defs:m_curFile (Results 1 - 1 of 1) sorted by last modified time

/external/deqp/execserver/tools/
H A DxsTest.cpp239 : m_curFile(DE_NULL)
245 DE_ASSERT(!m_curFile);
246 m_curFile = file;
255 while (deFile_read(m_curFile, &buf[0], (deInt64)sizeof(buf), &numRead) == DE_FILERESULT_SUCCESS)
258 m_curFile = DE_NULL;
262 deFile* m_curFile; member in class:xs::FilePrinter

Completed in 123 milliseconds