Home
last modified time | relevance | path

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

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