Home
last modified time | relevance | path

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

/dalvik/vm/
DGlobals.h294 ClassObject* exFileNotFoundException; /* in java.io */ member
DInitRefs.cpp87 { &gDvm.exFileNotFoundException, "Ljava/io/FileNotFoundException;" }, in initClassReferences()
DException.cpp1308 dvmThrowException(gDvm.exFileNotFoundException, msg); in dvmThrowFileNotFoundException()