Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_DexFile.cc195 ThrowWrappedIOException("%s", it->c_str()); in CreateCookieFromOatFileManagerResult()
215 ThrowWrappedIOException("Bad range"); in AllocateDexMemoryMap()
228 ThrowWrappedIOException("%s", error_message.c_str()); in AllocateDexMemoryMap()
289 ThrowWrappedIOException("dexFileBuffer not direct"); in DexFile_openInMemoryDexFilesNative()
/art/runtime/
Dcommon_throws.h175 void ThrowWrappedIOException(const char* fmt, ...) __attribute__((__format__(__printf__, 1, 2)))
Dcommon_throws.cc352 void ThrowWrappedIOException(const char* fmt, ...) { in ThrowWrappedIOException() function