Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DVersion.h64 inline bool minorAtLeast(const Version& other) const { in minorAtLeast() function
/system/libvintf/
DHalManifest.cpp155 if (manifestInstance.version().minorAtLeast(expectVersion)) { in forEachInstanceOfVersion()
Dparse_xml.cpp976 if (!kMetaVersion.minorAtLeast(object->mMetaVersion)) { in buildObject()
1213 if (!kMetaVersion.minorAtLeast(version)) { in buildObject()
/system/libvintf/test/
Dvintf_object_tests.cpp1007 if (existing.getPackage() == package && existing.getVersion().minorAtLeast(version) && in getInstanceListFunc()