Home
last modified time | relevance | path

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

/aosp12/system/libvintf/include/vintf/
H A DXmlFileGroup.h53 const_range getXmlFiles(const std::string& key) const { return mXmlFiles.equal_range(key); } in getXmlFiles() function
57 ConstMultiMapValueIterable<std::string, T> getXmlFiles() const { in getXmlFiles() function
/aosp12/system/libvintf/
H A DHalManifest.cpp160 auto existingXmlFiles = getXmlFiles(xmlFile.name()); in shouldAddXmlFile()
517 auto range = getXmlFiles(xmlFileName); in getXmlFilePath()
H A DCompatibilityMatrix.cpp129 auto range = getXmlFiles(xmlFileName); in getXmlSchemaPath()
H A Dparse_xml.cpp1068 appendChildren(root, ManifestXmlFileConverter{}, m.getXmlFiles(), d); in mutateNode()
1260 appendChildren(root, MatrixXmlFileConverter{}, m.getXmlFiles(), d); in mutateNode()