Home
last modified time | relevance | path

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

/external/deqp/execserver/
DxsWin32TestProcess.cpp51 static std::string formatErrMsg (DWORD error, const char* msg) in formatErrMsg() function
70 : std::runtime_error(formatErrMsg(error, msg)) in Error()