Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.h141 void ThrowIOException(const char* fmt, ...) __attribute__((__format__(__printf__, 1, 2)))
Dcommon_throws.cc289 void ThrowIOException(const char* fmt, ...) { in ThrowIOException() function