Searched refs:gtest_output_flag (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1877 const char* const gtest_output_flag = GTEST_FLAG(output).c_str(); local
1878 if (gtest_output_flag == NULL) return std::string("");
1880 const char* const colon = strchr(gtest_output_flag, ':');
1882 std::string(gtest_output_flag) :
1883 std::string(gtest_output_flag, colon - gtest_output_flag);
1889 const char* const gtest_output_flag = GTEST_FLAG(output).c_str(); local
1890 if (gtest_output_flag == NULL)
1893 const char* const colon = strchr(gtest_output_flag, ':');

Completed in 39 milliseconds