Searched refs:DexFileNotFoundException (Results 1 – 2 of 2) sorted by relevance
84 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 DexFileFactory296 public DexFileNotFoundException(@Nullable String message, Object... formatArgs) { in DexFileNotFoundException() method in DexFileFactory.DexFileNotFoundException384 … 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()
37 import org.jf.dexlib2.DexFileFactory.DexFileNotFoundException;165 } catch (DexFileNotFoundException ex) { in assertEntryNotFound()192 } catch (DexFileNotFoundException ex) { in assertDexFileNotFound()