Home
last modified time | relevance | path

Searched defs:xml_file (Results 1 – 3 of 3) sorted by relevance

/system/testing/gtest_extras/
DOptions.h52 const std::string& xml_file() const { return strings_.at("xml_file"); } in xml_file() function
DOptions.cpp162 std::string xml_file(value.substr(4)); in SetXmlFile() local
/system/testing/gtest_extras/tests/
DSystemTests.cpp923 FILE* xml_file = fopen(tf.path, "r"); in TEST_F() local