Home
last modified time | relevance | path

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

/system/testing/gtest_extras/
DOptions.h86 bool SetXmlFile(const std::string&, const std::string&, bool);
DOptions.cpp54 {"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