Searched defs:xml (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dgtest_main.cpp506 std::string XmlEscape(const std::string& xml) { argument
508 escaped.reserve(xml.size());
510 for (auto c : xml) {
536 // Output xml file when --gtest_output is used, write this function as we can't reuse
572 fputs("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n", fp);
1129 // generate output xml file path according to the strategy in gtest.
1131 if (strncmp(output.c_str(), "xml:", strlen("xml:")) == 0) {
1132 output = output.substr(strlen("xml:"));
1148 output += "test_details.xml";
[all...]

Completed in 41 milliseconds