Home
last modified time | relevance | path

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

/art/libartbase/base/
Dhiddenapi_flags.h265 const auto maxApiList = FromName(maxSdk); in CoerceAtMost() local
266 CHECK(maxApiList.IsValid()) << "invalid api list name " << maxSdk; in CoerceAtMost()
267 if (apiListToClamp > maxApiList) { in CoerceAtMost()