Home | History | Annotate | Download | only in tests

Lines Matching full:c_str

251   FILE* fp = popen(command.c_str(), "r");
317 printf("%s\n", testcase.GetTestName(test_id).c_str());
320 printf("%s", test_output.c_str());
328 printf("%s", testcase.GetTestName(test_id).c_str());
348 printf("%s", testcase.GetTestName(test_id).c_str());
355 printf("%s", test_output.c_str());
411 printf("%s\n", name.c_str());
422 printf("%s (stopped at %" PRId64 " ms)\n", timeout_pair.first.c_str(),
434 printf("%s (%" PRId64 " ms, exceed warnline %d ms)\n", std::get<0>(slow_tuple).c_str(),
489 FILE* fp = fopen(xml_output_filename.c_str(), "w");
491 fprintf(stderr, "failed to open '%s': %s\n", xml_output_filename.c_str(), strerror(errno));
524 testcase.GetName().c_str(), testcase.TestCount(), failed_count_list[i]);
529 testcase.GetTest(j).GetName().c_str(), testcase.GetTestTime(j) / 1e9,
530 testcase.GetName().c_str());
537 fprintf(fp, " <failure message=\"%s\" type=\"\">\n", escaped_test_output.c_str());
605 strcat(filter_arg, test_name.c_str());
668 printf(" %s (%" PRId64 " ms)\n", test_name.c_str(), run_time_ms);
801 testcase.GetTestName(test_id).c_str(), testcase.GetTestTime(test_id) / 1000000);
809 testcase.GetTestName(test_id).c_str(), strsignal(WTERMSIG(child_proc.exit_status)));
818 testcase.GetTestName(test_id).c_str(), exitcode);
927 args[0] = strdup(g_executable_path.c_str());
1001 args.push_back(strdup(gtest_filter_str.c_str()));
1075 if (strncmp(output.c_str(), "xml:", strlen("xml:")) == 0) {
1141 testing::GTEST_FLAG(color) = options.gtest_color.c_str();