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

  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags2man.py 204 (child_stdin, child_stdout_and_stderr) = os.popen4(
207 self.output = child_stdout_and_stderr.readlines()
208 child_stdout_and_stderr.close()
  /external/chromium_org/third_party/python_gflags/
gflags2man.py 204 (child_stdin, child_stdout_and_stderr) = os.popen4(
207 self.output = child_stdout_and_stderr.readlines()
208 child_stdout_and_stderr.close()

Completed in 70 milliseconds