HomeSort by relevance Sort by last modified time
    Searched refs:pipeIn (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/delibs/deutil/
deProcess.c 219 int pipeIn[2] = { -1, -1 };
235 if (pipe(pipeIn) < 0 || pipe(pipeOut) < 0 || pipe(pipeErr) < 0 || pipe(statusPipe) < 0)
239 closePipe(pipeIn);
253 closePipe(pipeIn);
266 close(pipeIn[1]);
276 if (pipeIn[0] != STDIN_FILENO &&
277 dup2(pipeIn[0], STDIN_FILENO) != STDIN_FILENO)
279 close(pipeIn[0]);
329 closePipe(pipeIn);
350 close(pipeIn[0])
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
ConvertMasmToNasm.py 150 def RunAndCaptureOutput(self, cmd, checkExitCode=True, pipeIn=None):
151 if pipeIn:
156 (stdout, stderr) = p.communicate(pipeIn)
203 self.RunAndCaptureOutput(cmd, pipeIn=message)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.cpp     [all...]

Completed in 118 milliseconds