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

  /external/protobuf/gtest/test/
gtest_test_utils.py 50 import popen2 namespace
215 # In earlier python versions, we revert to the popen2 module, which is
238 p = popen2.Popen4(command)
240 p = popen2.Popen3(command)
  /external/chromium/testing/gtest/test/
gtest_test_utils.py 50 import popen2 namespace
220 # In earlier python versions, we revert to the popen2 module, which is
260 p = popen2.Popen4(command)
262 p = popen2.Popen3(command)
  /external/gtest/test/
gtest_test_utils.py 50 import popen2 namespace
220 # In earlier python versions, we revert to the popen2 module, which is
260 p = popen2.Popen4(command)
262 p = popen2.Popen3(command)

Completed in 126 milliseconds