Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMRuntime.cc92 const char* raw_exemption = env->GetStringUTFChars(exemption, nullptr); in VMRuntime_setHiddenApiExemptions() local
93 exemptions_vec.push_back(raw_exemption); in VMRuntime_setHiddenApiExemptions()
94 env->ReleaseStringUTFChars(exemption, raw_exemption); in VMRuntime_setHiddenApiExemptions()