Searched defs:xmlFileName (Results 1 - 2 of 2) sorted by relevance

/system/libvintf/
H A DCompatibilityMatrix.cpp59 std::string CompatibilityMatrix::getXmlSchemaPath(const std::string& xmlFileName, argument
62 auto range = getXmlFiles(xmlFileName);
70 xmlFileName + "_V" + std::to_string(matrixXmlFile.versionRange().majorVer) +
H A DHalManifest.cpp393 std::string HalManifest::getXmlFilePath(const std::string& xmlFileName, argument
396 auto range = getXmlFiles(xmlFileName);
404 xmlFileName + "_V" + std::to_string(version.majorVer) + "_" +

Completed in 2409 milliseconds