Home
last modified time | relevance | path

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

/art/libartbase/base/
Dhiddenapi_flags.h259 static std::string CoerceAtMost(const std::string& name, const std::string& maxSdk) { in CoerceAtMost() argument
265 const auto maxApiList = FromName(maxSdk); in CoerceAtMost()
266 CHECK(maxApiList.IsValid()) << "invalid api list name " << maxSdk; in CoerceAtMost()