Home
last modified time | relevance | path

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

/aosp12/system/libvintf/
H A DXmlFile.cpp23 return name() == other.name() && overriddenPath() == other.overriddenPath() && in operator ==()
29 return name() == other.name() && overriddenPath() == other.overriddenPath() && in operator ==()
H A DCompatibilityMatrix.cpp133 if (!matrixXmlFile.overriddenPath().empty()) { in getXmlSchemaPath()
134 return matrixXmlFile.overriddenPath(); in getXmlSchemaPath()
H A Dparse_xml.cpp967 if (!f.overriddenPath().empty()) { in mutateNode()
968 appendTextElement(root, "path", f.overriddenPath(), d); in mutateNode()
1188 if (!f.overriddenPath().empty()) { in mutateNode()
1189 appendTextElement(root, "path", f.overriddenPath(), d); in mutateNode()
H A DHalManifest.cpp521 if (!manifestXmlFile.overriddenPath().empty()) { in getXmlFilePath()
522 return manifestXmlFile.overriddenPath(); in getXmlFilePath()
/aosp12/system/libvintf/include/vintf/
H A DXmlFile.h32 inline const std::string& overriddenPath() const { return mOverriddenPath; } in overriddenPath() function