Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMDebug.cc472 ThrowSecurityException("Can't attach agent, process is not debuggable."); in VMDebug_nativeAttachAgent()
493 ThrowSecurityException("Can't exempt class, process is not debuggable."); in VMDebug_allowHiddenApiReflectionFrom()
Ddalvik_system_DexFile.cc980 ThrowSecurityException("Can't exempt class, process is not debuggable."); in DexFile_setTrusted()
/art/runtime/
Dcommon_throws.h254 void ThrowSecurityException(const char* fmt, ...)
Dcommon_throws.cc688 void ThrowSecurityException(const char* fmt, ...) { in ThrowSecurityException() function