Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DDexFileFactory.java84 throw new DexFileNotFoundException("%s does not exist", file.getName()); in loadDexFile()
126 … throw new DexFileNotFoundException("Oat file %s contains no dex files", file.getName()); in loadDexFile()
181 throw new DexFileNotFoundException("Container file %s does not exist", file.getName()); in loadDexEntry()
208 … throw new DexFileNotFoundException("Oat file %s contains no dex files", file.getName()); in loadDexEntry()
235 throw new DexFileNotFoundException("%s does not exist", file.getName()); in loadDexContainer()
295 public static class DexFileNotFoundException extends ExceptionWithContext { class in DexFileFactory
296 public DexFileNotFoundException(@Nullable String message, Object... formatArgs) { in DexFileNotFoundException() method in DexFileFactory.DexFileNotFoundException
384 … throw new DexFileNotFoundException("Could not find entry %s in %s.", targetEntry, filename); in findEntry()
428 throw new DexFileNotFoundException("Could not find a dex entry in %s matching %s", in findEntry()
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/
DDexEntryFinderTest.java37 import org.jf.dexlib2.DexFileFactory.DexFileNotFoundException;
165 } catch (DexFileNotFoundException ex) { in assertEntryNotFound()
192 } catch (DexFileNotFoundException ex) { in assertDexFileNotFound()