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