Home
last modified time | relevance | path

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

/external/libchrome/base/test/launcher/
Dtest_launcher.cc465 int output_file_fd = fileno(output_file.get()); in DoLaunchChildTestProcess() local
466 CHECK_LE(0, output_file_fd); in DoLaunchChildTestProcess()
468 std::make_pair(output_file_fd, STDOUT_FILENO)); in DoLaunchChildTestProcess()
470 std::make_pair(output_file_fd, STDERR_FILENO)); in DoLaunchChildTestProcess()
/external/cronet/base/test/launcher/
Dtest_launcher.cc714 int output_file_fd = fileno(output_file.get()); in DoLaunchChildTestProcess() local
715 CHECK_LE(0, output_file_fd); in DoLaunchChildTestProcess()
717 std::make_pair(output_file_fd, STDOUT_FILENO)); in DoLaunchChildTestProcess()
719 std::make_pair(output_file_fd, STDERR_FILENO)); in DoLaunchChildTestProcess()