Lines Matching defs:gtest_output
554 // Output xml file when --gtest_output is used, write this function as we can't reuse
1021 std::string gtest_output;
1100 options.gtest_output = testing::GTEST_FLAG(output);
1145 } else if (strncmp(args[i], "--gtest_output=", strlen("--gtest_output=")) == 0) {
1146 std::string output = args[i] + strlen("--gtest_output=");
1170 options.gtest_output = output;
1172 fprintf(stderr, "invalid gtest_output file: %s\n", args[i]);
1176 // Remove --gtest_output=xxx from arguments, so child process will not write xml file.
1228 options.gtest_repeat, options.job_count, options.gtest_output);