Home
last modified time | relevance | path

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

/aosp12/art/runtime/native/
H A Ddalvik_system_VMDebug.cc444 ThrowSecurityException("Can't attach agent, process is not debuggable."); in VMDebug_nativeAttachAgent()
465 ThrowSecurityException("Can't exempt class, process is not debuggable."); in VMDebug_allowHiddenApiReflectionFrom()
H A Ddalvik_system_DexFile.cc899 ThrowSecurityException("Can't exempt class, process is not debuggable."); in DexFile_setTrusted()
/aosp12/art/runtime/
H A Dcommon_throws.h252 void ThrowSecurityException(const char* fmt, ...)
H A Dcommon_throws.cc690 void ThrowSecurityException(const char* fmt, ...) { in ThrowSecurityException() function