Home
last modified time | relevance | path

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

/external/libchrome/base/test/
Dgtest_xml_util.cc39 std::string xml_contents; in ProcessGTestOutput() local
40 if (!ReadFileToString(output_file, &xml_contents)) in ProcessGTestOutput()
48 if (!xml_reader.Load(xml_contents)) in ProcessGTestOutput()