Home
last modified time | relevance | path

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

/external/libchrome/base/test/
Dgtest_xml_util.cc122 std::string test_time_str; in ProcessGTestOutput() local
123 if (!xml_reader.NodeAttribute("time", &test_time_str)) in ProcessGTestOutput()
126 static_cast<int64_t>(strtod(test_time_str.c_str(), nullptr) * in ProcessGTestOutput()