Home
last modified time | relevance | path

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

/aosp12/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc86 const char* raw_exemption = env->GetStringUTFChars(exemption, nullptr); in VMRuntime_setHiddenApiExemptions() local
87 exemptions_vec.push_back(raw_exemption); in VMRuntime_setHiddenApiExemptions()
88 env->ReleaseStringUTFChars(exemption, raw_exemption); in VMRuntime_setHiddenApiExemptions()