Home
last modified time | relevance | path

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

/art/runtime/native/
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()
Ddalvik_system_DexFile.cc899 ThrowSecurityException("Can't exempt class, process is not debuggable."); in DexFile_setTrusted()
/art/runtime/
Dcommon_throws.h252 void ThrowSecurityException(const char* fmt, ...)
Dcommon_throws.cc690 void ThrowSecurityException(const char* fmt, ...) { in ThrowSecurityException() function