Home
last modified time | relevance | path

Searched defs:statusPipe (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/delibs/deutil/
DdeProcess.c61 static void die (int statusPipe, const char* message) in die()
72 static void dieLastError (int statusPipe, const char* message) in dieLastError()
109 static void execProcess (const char* commandLine, const char* workingDirectory, int statusPipe) in execProcess()
222 int statusPipe[2] = { -1, -1 }; in deProcess_start() local