Searched defs:execServerPath (Results 1 - 1 of 1) sorted by relevance

/external/deqp/executor/
H A DxeLocalTcpIpLink.cpp49 void LocalTcpIpLink::start (const char* execServerPath, const char* workDir, int port) argument
54 cmdLine << execServerPath << " --single --port=" << port;
65 XE_FAIL((std::string("Failed to start ExecServer '") + execServerPath + "' : " + err).c_str());

Completed in 60 milliseconds