Searched refs:deProcess_getLastError (Results 1 – 5 of 5) sorted by relevance
46 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()
41 const char* deProcess_getLastError (const deProcess* process);
178 const char* deProcess_getLastError (const deProcess* process) in deProcess_getLastError() function618 const char* deProcess_getLastError (const deProcess* process) in deProcess_getLastError() function
61 std::string err = deProcess_getLastError(m_process); in start()
284 string errMsg = deProcess_getLastError(serverProc); in runCase()