Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DVndk.h34 : sdk(s), vndk(v), patchMin(pi), patchMax(pa) {} in VndkVersionRange()
36 inline bool isSingleVersion() const { return patchMin == patchMax; } in isSingleVersion()
40 size_t patchMin; member
65 lft.patchMin == rgt.patchMin && lft.patchMax == rgt.patchMax;
/system/libvintf/
Dparse_string.cpp277 !ParseUint(minVector[2], &vr->patchMin)) { in parse()
281 vr->patchMax = vr->patchMin; in parse()
289 os << vr.sdk << "." << vr.vndk << "." << vr.patchMin; in operator <<()