Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/deutil/
DdeProcess.h37 deBool deProcess_start (deProcess* process, const char* commandLine, const char* workingDirect…
DdeProcess.c216 deBool deProcess_start (deProcess* process, const char* commandLine, const char* workingDirectory) in deProcess_start() function
628 deBool deProcess_start (deProcess* process, const char* commandLine, const char* workingDirectory) in deProcess_start() function
/external/deqp/framework/delibs/decpp/
DdeProcess.cpp45 if (!deProcess_start(m_process, commandLine, workingDirectory)) in start()
/external/deqp/executor/
DxeLocalTcpIpLink.cpp59 if (deProcess_start(m_process, cmdLine.str().c_str(), workDir) != DE_TRUE) in start()
/external/deqp/execserver/tools/
DxsTest.cpp283 if (!deProcess_start(serverProc, cmdLine.c_str(), DE_NULL)) in runCase()