Searched refs:SetXmlFile (Results 1 – 2 of 2) sorted by relevance
86 bool SetXmlFile(const std::string&, const std::string&, bool);
54 {"gtest_output", {FLAG_ENVIRONMENT_VARIABLE | FLAG_REQUIRES_VALUE, &Options::SetXmlFile}},157 bool Options::SetXmlFile(const std::string& arg, const std::string& value, bool from_env) { in SetXmlFile() function in android::gtest_extras::Options