Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/decpp/
DdeProcess.cpp46 throw ProcessError(deProcess_getLastError(m_process)); in start()
52 throw ProcessError(deProcess_getLastError(m_process)); in waitForFinish()
58 throw ProcessError(deProcess_getLastError(m_process)); in terminate()
64 throw ProcessError(deProcess_getLastError(m_process)); in kill()
70 throw ProcessError(deProcess_getLastError(m_process)); in closeStdIn()
76 throw ProcessError(deProcess_getLastError(m_process)); in closeStdOut()
82 throw ProcessError(deProcess_getLastError(m_process)); in closeStdErr()
/external/deqp/framework/delibs/deutil/
DdeProcess.h41 const char* deProcess_getLastError (const deProcess* process);
DdeProcess.c178 const char* deProcess_getLastError (const deProcess* process) in deProcess_getLastError() function
618 const char* deProcess_getLastError (const deProcess* process) in deProcess_getLastError() function
/external/deqp/executor/
DxeLocalTcpIpLink.cpp61 std::string err = deProcess_getLastError(m_process); in start()
/external/deqp/execserver/tools/
DxsTest.cpp285 string errMsg = deProcess_getLastError(serverProc); in runCase()