Searched refs:output_file_fd (Results 1 – 2 of 2) sorted by relevance
465 int output_file_fd = fileno(output_file.get()); in DoLaunchChildTestProcess() local466 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()
714 int output_file_fd = fileno(output_file.get()); in DoLaunchChildTestProcess() local715 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()