Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_DexFile.cc183 ThrowWrappedIOException("%s", it->c_str()); in CreateCookieFromOatFileManagerResult()
203 ThrowWrappedIOException("Bad range"); in AllocateDexMemoryMap()
216 ThrowWrappedIOException("%s", error_message.c_str()); in AllocateDexMemoryMap()
277 ThrowWrappedIOException("dexFileBuffer not direct"); in DexFile_openInMemoryDexFilesNative()
/art/runtime/
Dcommon_throws.h176 void ThrowWrappedIOException(const char* fmt, ...) __attribute__((__format__(__printf__, 1, 2)))
Dcommon_throws.cc355 void ThrowWrappedIOException(const char* fmt, ...) { in ThrowWrappedIOException() function