Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dcommon_throws.h173 void ThrowIOException(const char* fmt, ...) __attribute__((__format__(__printf__, 1, 2)))
H A Dcommon_throws.cc348 void ThrowIOException(const char* fmt, ...) { in ThrowIOException() function
H A Druntime.cc2063 ThrowIOException("%s", error_msg.c_str()); in AttachAgent()
2078 ThrowIOException("%s", error_msg.c_str()); in AttachAgent()