Searched refs:xmlFileName (Results 1 – 2 of 2) sorted by relevance
227 const std::string& configPath, const std::string& xmlFileName) { in loadFromCustomXmlConfigForVtsTests() argument231 std::string path = location + '/' + xmlFileName; in loadFromCustomXmlConfigForVtsTests()239 ALOGE("Did not find a config file \"%s\" among known config paths", xmlFileName.c_str()); in loadFromCustomXmlConfigForVtsTests()243 if (status_t status = config->loadFromXml(filePath + "/" + xmlFileName, true /*forVts*/); in loadFromCustomXmlConfigForVtsTests()
70 const std::string& configPath, const std::string& xmlFileName);