Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMRuntime.cc85 jstring exemption = reinterpret_cast<jstring>(env->GetObjectArrayElement(exemptions, i)); in VMRuntime_setHiddenApiExemptions() local
86 const char* raw_exemption = env->GetStringUTFChars(exemption, nullptr); in VMRuntime_setHiddenApiExemptions()
88 env->ReleaseStringUTFChars(exemption, raw_exemption); in VMRuntime_setHiddenApiExemptions()
/art/runtime/
Dhidden_api.cc233 for (const std::string& exemption : exemptions) { in DoesPrefixMatchAny() local
234 if (DoesPrefixMatch(exemption)) { in DoesPrefixMatchAny()