Home
last modified time | relevance | path

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

/external/chromium_org/testing/android/
Dnative_test_launcher.cc105 void EnsureRedirectStream(FILE* stream, in EnsureRedirectStream() function
169 EnsureRedirectStream(stdout, fifo_path, "w"); in RunTests()
171 EnsureRedirectStream(stdin, stdin_fifo_path, "r"); in RunTests()
173 EnsureRedirectStream(stderr, stderr_fifo_path, "w"); in RunTests()