Home
last modified time | relevance | path

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

/art/test/068-classloader/src/
DFancyLoader.java146 } catch (FileNotFoundException fnfe) { in findClassNonDalvik()
/art/runtime/native/
Ddalvik_system_DexFile.cc387 ScopedLocalRef<jclass> fnfe(env, env->FindClass("java/io/FileNotFoundException")); in CopyProfileFile() local
389 env->ThrowNew(fnfe.get(), message); in CopyProfileFile()