Home
last modified time | relevance | path

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

/aosp12/system/libvintf/
H A DCompatibilityMatrix.cpp131 const MatrixXmlFile& matrixXmlFile = it->second; in getXmlSchemaPath() local
132 if (matrixXmlFile.versionRange().contains(version)) { in getXmlSchemaPath()
133 if (!matrixXmlFile.overriddenPath().empty()) { in getXmlSchemaPath()
134 return matrixXmlFile.overriddenPath(); in getXmlSchemaPath()
137 xmlFileName + "_V" + std::to_string(matrixXmlFile.versionRange().majorVer) + in getXmlSchemaPath()
138 "_" + std::to_string(matrixXmlFile.versionRange().maxMinor) + "." + in getXmlSchemaPath()
139 to_string(matrixXmlFile.format()); in getXmlSchemaPath()